diff options
author | Leonardo Santiago <[email protected]> | 2024-05-06 23:18:45 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-05-06 23:18:45 -0300 |
commit | 0b4c6a00772d4be6d0ac1401d4ca2470ab5f80ce (patch) | |
tree | f1ebe8d9ce70b0bded8fc9263db7a640a1116e01 | |
parent | ef0b0aaa4605ee5b01f68d5216f6008a42186f0e (diff) |
update fonts, blur-my-shel, gtk-theme and icon theme
-rw-r--r-- | modules/gnome-config.nix | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/modules/gnome-config.nix b/modules/gnome-config.nix index b5efa7c..bdb3764 100644 --- a/modules/gnome-config.nix +++ b/modules/gnome-config.nix @@ -6,12 +6,12 @@ picture-options = "zoom"; }; "org/gnome/desktop/interface" = { - color-scheme="default"; + color-scheme="prefer-dark"; enable-hot-corners=false; font-antialiasing="grayscale"; font-hinting="slight"; - gtk-theme="Orchis-Purple-Dark"; - icon-theme="Papirus-Dark"; + gtk-theme="Graphite-Dark"; + icon-theme="Tela-brown-light"; show-battery-percentage=true; }; "org/gnome/desktop/peripherals/touchpad" = { @@ -45,19 +45,10 @@ ]; }; "org/gnome/shell/extensions/user-theme".name = "Orchis-Purple-Dark"; - "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; + brightness=0.65; enable-all=false; opacity=255; sigma=10; |