refactor(module): apply gnome wallpaper in catppuccin theme config

This commit is contained in:
Jo 2024-09-10 10:50:23 +02:00
parent fde4abd59d
commit 0c1476ce83
4 changed files with 19 additions and 111 deletions

View file

@ -46,6 +46,11 @@
name = "Colloid-Dark-Catppuccin";
};
"org/gnome/desktop/background" = {
picture-uri = lib.snowfall.fs.get-file "resources/wallpapers/catppuccin_blue_cat.png";
picture-uri-dark = lib.snowfall.fs.get-file "resources/wallpapers/catppuccin_blue_cat.png";
};
"org/gnome/desktop/interface" = {
color-scheme = "prefer-dark";
cursor-theme = "catppuccin-macchiato-blue-cursors";