feat: add cursor-theme to GTK4 defaults for greeter
All checks were successful
Update PKGBUILD version / update-pkgver (push) Successful in 3s
All checks were successful
Update PKGBUILD version / update-pkgver (push) Successful in 3s
GTK3 defaults already had gtk-cursor-theme-name + size; GTK4 did not. Moongreet (GTK4) under greetd therefore fell back to the default cursor even with XCURSOR_THEME set on cage. Add the two lines so GTK4 apps pick up Sweet-cursors from system defaults before any window is created.
This commit is contained in:
parent
e4ea267b6b
commit
89c3a9261e
@ -4,4 +4,6 @@
|
|||||||
[Settings]
|
[Settings]
|
||||||
gtk-theme-name=Colloid-Grey-Dark-Catppuccin
|
gtk-theme-name=Colloid-Grey-Dark-Catppuccin
|
||||||
gtk-icon-theme-name=Colloid-Grey-Catppuccin-Dark
|
gtk-icon-theme-name=Colloid-Grey-Catppuccin-Dark
|
||||||
|
gtk-cursor-theme-name=Sweet-cursors
|
||||||
|
gtk-cursor-theme-size=24
|
||||||
gtk-application-prefer-dark-theme=1
|
gtk-application-prefer-dark-theme=1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user