refactor(gnome): move desktop backgrounds

This commit is contained in:
514fpv 2024-02-12 15:17:57 +08:00
parent d5e8d59d3f
commit 8ad4a654d1
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
3 changed files with 3 additions and 3 deletions

View file

@ -26,8 +26,8 @@ in mkIf cfg.enable {
"${pd}/background" = { "${pd}/background" = {
color-shading-type = "solid"; color-shading-type = "solid";
picture-options = "zoom"; picture-options = "zoom";
picture-uri = "file://${./catppuccin-nix.png}"; picture-uri = "file://${../../../share/catppuccin-nix.png}";
picture-uri-dark = "file://${./catppuccin-nix.png}"; picture-uri-dark = "file://${../../../share/catppuccin-nix.png}";
primary-color = "#000000000000"; primary-color = "#000000000000";
secondary-color = "#000000000000"; secondary-color = "#000000000000";
}; };
@ -45,7 +45,7 @@ in mkIf cfg.enable {
color-shading-type = "solid"; color-shading-type = "solid";
lock-enabled = false; lock-enabled = false;
picture-options = "zoom"; picture-options = "zoom";
picture-uri = "file://${./catppuccin-nix.png}"; picture-uri = "file://${../../../share/catppuccin-nix.png}";
primary-color = "#000000000000"; primary-color = "#000000000000";
secondary-color = "#000000000000"; secondary-color = "#000000000000";
}; };

View file

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB

View file

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB