feat(modules/home): update blur-my-shell config, add more wallpapers

This commit is contained in:
Jo 2024-12-26 15:24:26 +01:00
parent be96d3962f
commit 3a5bc24170
23 changed files with 7 additions and 1 deletions

View file

@ -39,7 +39,7 @@ in
};
};
};
wallpaper = mkOpt str (builtins.toString ./background.png) "Specify the path of your prefered Gnome wallpaper.";
wallpaper = mkOpt str (builtins.toString ./wallpapers/rocket-launch.jpg) "Specify the path of your prefered Gnome wallpaper.";
};
config = mkIf osConfig.${namespace}.desktop.gnome.enable {
@ -67,6 +67,12 @@ in
autofocus-windows = true;
notifications-position = "right";
};
"org/gnome/shell/extensions/blur-my-shell/applications" = {
blur = true;
sigma = 30;
opacity = 230;
enable-all = true;
};
"org/gnome/desktop/background" = {
picture-uri = cfg.wallpaper;
picture-uri-dark = cfg.wallpaper;