diff options
Diffstat (limited to 'modules/gnome/gnome-config.nix')
-rw-r--r-- | modules/gnome/gnome-config.nix | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/modules/gnome/gnome-config.nix b/modules/gnome/gnome-config.nix index 099a692..1091572 100644 --- a/modules/gnome/gnome-config.nix +++ b/modules/gnome/gnome-config.nix @@ -11,7 +11,7 @@ santi-modules: enable-hot-corners=false; font-antialiasing="grayscale"; font-hinting="slight"; - gtk-theme="Graphite-Dark"; + gtk-theme="Adwaita"; icon-theme="Tela-brown-light"; show-battery-percentage=true; }; @@ -34,18 +34,16 @@ santi-modules: "org/gnome/shell" = { enabled-extensions = [ ]; disabled-extensions= [ ]; }; - "org/gnome/shell/extensions/user-theme".name = "Graphite-Dark"; + "org/gnome/shell/extensions/user-theme".name = "Graphite"; "org/honem/shell/extensions/vitals" = { hide-zeros = true; position-in-panel = "0"; |