added background
This commit is contained in:
parent
fc1dfe834e
commit
838dbe9866
2 changed files with 9 additions and 0 deletions
|
@ -124,6 +124,15 @@
|
||||||
"_storage_free_"
|
"_storage_free_"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
"org/gnome/desktop/background" =
|
||||||
|
let
|
||||||
|
bgPath = "file://${./nyan_cat.jpg}";
|
||||||
|
in
|
||||||
|
{
|
||||||
|
picture-options = "zoom";
|
||||||
|
picture-uri = bgPath;
|
||||||
|
picture-uri-dark = bgPath;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
BIN
users/krop/nyan_cat.jpg
Normal file
BIN
users/krop/nyan_cat.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 333 KiB |
Loading…
Reference in a new issue