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.
10 lines
308 B
INI
10 lines
308 B
INI
# ABOUTME: Moonarch default GTK4 settings.
|
|
# ABOUTME: User overrides go in ~/.config/gtk-4.0/settings.ini
|
|
|
|
[Settings]
|
|
gtk-theme-name=Colloid-Grey-Dark-Catppuccin
|
|
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
|