diff options
author | Leonardo Santiago <[email protected]> | 2024-09-15 16:18:32 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-09-15 16:18:32 -0300 |
commit | 1e9b686ae826a5aad1a4aee1db98d3b3d3d437a0 (patch) | |
tree | 81ca2146ccd9858c560af1d3c141e5d925f36ff5 /modules | |
parent | 58e4b197de4050098569fb7146fa3a726840f8d5 (diff) |
update gnome config
Diffstat (limited to 'modules')
-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"; |