63d6c656bd
Update PKGBUILD version / update-pkgver (push) Successful in 4s
GTK4 under greetd does not honour XCURSOR_THEME reliably, so the greeter
showed the wrong cursor over GTK widgets on some machines. Set
gtk-cursor-theme-name / -size on GtkSettings from new [appearance] config
fields (cursor-theme, cursor-size), mirroring the gtk-theme handling and
reusing is_valid_gtk_theme validation.
Salvaged from commit 29ce185 — tagged v0.9.0 on 2026-04-24 but never
pushed. The orphan branch's keyboard refactor (v0.10.0) is discarded,
superseded by the v0.8.7 single-window fix.
16 lines
595 B
TOML
16 lines
595 B
TOML
# ABOUTME: Example configuration for the Moongreet greeter.
|
|
# ABOUTME: Copy to /etc/moongreet/moongreet.toml and adjust paths.
|
|
|
|
[appearance]
|
|
# Absolute path to wallpaper image
|
|
background = "/usr/share/backgrounds/wallpaper.jpg"
|
|
|
|
# GTK theme name — must match a directory in /usr/share/themes/
|
|
# Required because GTK4 under greetd does not reliably read settings.ini
|
|
gtk-theme = "Colloid-Grey-Dark-Catppuccin"
|
|
|
|
# Cursor theme name — must match a directory in /usr/share/icons/
|
|
# GTK4 under greetd does not honour XCURSOR_THEME, so set it here.
|
|
cursor-theme = "Sweet-cursors"
|
|
cursor-size = 24
|