- ipc.py: !I (Big-Endian) → =I (Native Byte Order) für greetd-Protokoll - Per-User GTK-Theme entfernt, stattdessen globales Theme aus moongreet.toml - Last-Session pro User in /var/cache/moongreet/last-session/ speichern/laden - PKGBUILD und install-Hook für last-session-Cache erweitert
9 lines
309 B
TOML
9 lines
309 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 for the greeter UI
|
|
gtk-theme = "Catppuccin-Mocha-Standard-Blue-Dark"
|