refactor(gnome): move desktop backgrounds
This commit is contained in:
parent
d5e8d59d3f
commit
8ad4a654d1
|
@ -26,8 +26,8 @@ in mkIf cfg.enable {
|
|||
"${pd}/background" = {
|
||||
color-shading-type = "solid";
|
||||
picture-options = "zoom";
|
||||
picture-uri = "file://${./catppuccin-nix.png}";
|
||||
picture-uri-dark = "file://${./catppuccin-nix.png}";
|
||||
picture-uri = "file://${../../../share/catppuccin-nix.png}";
|
||||
picture-uri-dark = "file://${../../../share/catppuccin-nix.png}";
|
||||
primary-color = "#000000000000";
|
||||
secondary-color = "#000000000000";
|
||||
};
|
||||
|
@ -45,7 +45,7 @@ in mkIf cfg.enable {
|
|||
color-shading-type = "solid";
|
||||
lock-enabled = false;
|
||||
picture-options = "zoom";
|
||||
picture-uri = "file://${./catppuccin-nix.png}";
|
||||
picture-uri = "file://${../../../share/catppuccin-nix.png}";
|
||||
primary-color = "#000000000000";
|
||||
secondary-color = "#000000000000";
|
||||
};
|
||||
|
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
Loading…
Reference in a new issue