refactor: update wallpaper paths to use Ubuntu default backgrounds

This commit is contained in:
Menno van Leeuwen 2025-03-06 13:45:21 +01:00
parent e0ec68b51d
commit 9d3d463eb3
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -72,8 +72,8 @@
# Set wallpaper # Set wallpaper
"org/gnome/desktop/background" = { "org/gnome/desktop/background" = {
picture-uri-dark = "file:///${config.home.homeDirectory}/dotfiles/secrets/wp/9.png"; picture-uri-dark = "file:///usr/share/backgrounds/Ubuntu_Legacy_by_Aaron_J_Prisk_dark.png";
picture-uri = "file:///${config.home.homeDirectory}/dotfiles/secrets/wp/9.png"; picture-uri = "file:///usr/share/backgrounds/Ubuntu_Legacy_by_Aaron_J_Prisk_light.png";
picture-options = "zoom"; picture-options = "zoom";
primary-color = "#000000"; primary-color = "#000000";
}; };