Kde: set gtk cursor to breeze light

This commit is contained in:
Toast 2023-12-01 00:27:01 +01:00
parent 2542722888
commit 6871f8f301

View file

@ -99,7 +99,8 @@ in
imports = [ flakeSelf.inputs.plasma-manager.homeManagerModules.plasma-manager ]; imports = [ flakeSelf.inputs.plasma-manager.homeManagerModules.plasma-manager ];
gtk = { gtk = {
enable = true; enable = true;
cursorTheme = { package = pkgs.breeze-qt5; name = "breeze_cursors"; }; # Most apps are dark, so a white cursor is easier to spot
cursorTheme = { package = pkgs.breeze-qt5; name = "Breeze_Snow"; };
iconTheme = { package = pkgs.breeze-icons; name = "breeze-dark"; }; iconTheme = { package = pkgs.breeze-icons; name = "breeze-dark"; };
theme = { package = pkgs.breeze-gtk; name = "Breeze"; }; theme = { package = pkgs.breeze-gtk; name = "Breeze"; };
# Gtk2 doesn't have a dark mode, so I just tell gtk 3 and 4 to use the dark variant # Gtk2 doesn't have a dark mode, so I just tell gtk 3 and 4 to use the dark variant