diff options
author | Leonardo Santiago <[email protected]> | 2024-03-18 14:58:43 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-03-18 14:58:54 -0300 |
commit | e6f55e834feca762a82c7cf20b8fe5e72e029b0e (patch) | |
tree | 7307d49110782dfb420a976b3f0f9930660dc931 /modules/gnome-config.nix | |
parent | 5c3a1cc71011cbbdb9e51ba1d98a3a372cb03659 (diff) |
add some more configurations, increase opacity for emacs blur
Diffstat (limited to 'modules/gnome-config.nix')
-rw-r--r-- | modules/gnome-config.nix | 19 |
1 files changed, 18 insertions, 1 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"; |