diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gnome-config.nix | 19 | ||||
-rw-r--r-- | modules/gnome.nix | 1 |
2 files changed, 18 insertions, 2 deletions
diff --git a/modules/gnome-config.nix b/modules/gnome-config.nix index a4a9b84..b5efa7c 100644 --- a/modules/gnome-config.nix +++ b/modules/gnome-config.nix @@ -45,7 +45,24 @@ ]; }; "org/gnome/shell/extensions/user-theme".name = "Orchis-Purple-Dark"; - "org/gnome/shell/extensions/blur-my-shell/applications".whitelist = ["Emacs"]; + "org/gnome/shell/extensions/blur-my-shell" = { + brightness=0.64000000000000001; + color-and-noise=false; + hacks-level=3; + noise-amount=0.0; + noise-lightness=0.0; + sigma=43; + }; + "org/gnome/shell/extensions/blur-my-shell/applications" = { + blur=true; + blur-on-overview=false; + brightness=0.80000000000000004; + customize=false; + enable-all=false; + opacity=255; + sigma=10; + whitelist = ["Emacs"]; + }; "org/honem/shell/extensions/vitals" = { hide-zeros = true; position-in-panel = "0"; diff --git a/modules/gnome.nix b/modules/gnome.nix index d00b935..aaa0752 100644 --- a/modules/gnome.nix +++ b/modules/gnome.nix @@ -26,7 +26,6 @@ vitals user-themes blur-my-shell - gesture-improvements ]); environment.gnome.excludePackages = (with pkgs; [ |