Kde: set gtk cursor to breeze light
This commit is contained in:
parent
2542722888
commit
6871f8f301
1 changed files with 2 additions and 1 deletions
|
|
@ -99,7 +99,8 @@ in
|
|||
imports = [ flakeSelf.inputs.plasma-manager.homeManagerModules.plasma-manager ];
|
||||
gtk = {
|
||||
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"; };
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue