Wallpaper : Rename forest.jpg to uppercase letter.

This commit is contained in:
Dmitry Voronin 2024-02-26 01:14:39 +03:00
parent 41023388be
commit a480156a43
2 changed files with 3 additions and 3 deletions

View file

@ -65,8 +65,8 @@ in {
"org/gnome/desktop/background" = {
color-shading-type = "solid";
picture-options = "zoom";
picture-uri = "file:///etc/wallpaper/forest.jpg";
picture-uri-dark = "file:///etc/wallpaper/forest.jpg";
picture-uri = "file:///etc/wallpaper/Forest.jpg";
picture-uri-dark = "file:///etc/wallpaper/Forest.jpg";
primary-color = "#000000000000";
secondary-color = "#000000000000";
};
@ -141,7 +141,7 @@ in {
idle-activation-enabled = false;
lock-delay = mkUint32 0;
picture-options = "zoom";
picture-uri = "file:///etc/wallpaper/forest.jpg";
picture-uri = "file:///etc/wallpaper/Forest.jpg";
primary-color = "#000000000000";
secondary-color = "#000000000000";
};

View file

Before

Width:  |  Height:  |  Size: 210 KiB

After

Width:  |  Height:  |  Size: 210 KiB