moonarch/defaults/etc/moongreet/moongreet.toml
nevaforget e4ea267b6b
All checks were successful
Update PKGBUILD version / update-pkgver (push) Successful in 3s
feat: set cursor theme in moongreet config for greeter
Moongreet v0.9.0 reads cursor-theme/cursor-size from its TOML config
because GTK4 under greetd does not honour XCURSOR_THEME. Ship the
Sweet-cursors setting here so the greeter renders the intended cursor
on a fresh install without needing the env-prefix hack in greetd.
2026-04-24 08:57:28 +02:00

12 lines
296 B
TOML

# ABOUTME: Moongreet configuration for Moonarch.
# ABOUTME: Defines appearance and behavior of the login greeter.
[appearance]
background = "/usr/share/moonarch/wallpaper.jpg"
cursor-theme = "Sweet-cursors"
cursor-size = 24
[behavior]
# show_user_list = true
# default_session = "niri-session"