diff --git a/modules/gnome-config.nix b/modules/gnome-config.nix index f369493..b40f6eb 100644 --- a/modules/gnome-config.nix +++ b/modules/gnome-config.nix @@ -113,10 +113,17 @@ }; "org/gnome/desktop/interface" = { + # Theme + # - When switching back to KDE to GNOME, this fixed a broken cursor theme. + cursor-size = 24; + cursor-theme = "Adwaita"; + gtk-theme = "Adwaita"; + icon-theme = "Adwaita"; # Dark Style color-scheme = "prefer-dark"; # Multitasking > General > Hot Corner enable-hot-corners = false; + # Power > General > Show Battery Percentage show-battery-percentage = true; };