Kde/sddm: set cursor theme

This commit is contained in:
Toast 2024-01-23 00:14:37 +01:00
parent 70202144a5
commit c7bcbaed03

View file

@ -48,6 +48,7 @@ in
theme = "sugar-candy"; theme = "sugar-candy";
settings = { settings = {
General = { Numlock = "on"; }; General = { Numlock = "on"; };
Theme = { CursorTheme = "Breeze_Snow"; };
}; };
}; };