docs: update README, fix build.rs comment, correct gtk-theme in config

README: replace LD_PRELOAD with MOONGREET_NO_LAYER_SHELL env var,
add missing features (GPU blur, journal logging, password wiping).
build.rs: remove wallpaper.jpg reference.
moongreet.toml: correct gtk-theme to Colloid-Grey-Dark-Catppuccin.
This commit is contained in:
2026-03-31 09:36:19 +02:00
parent 1d557ea135
commit 60d294fa37
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -5,4 +5,4 @@
# Absolute path to wallpaper image
background = "/usr/share/backgrounds/wallpaper.jpg"
# GTK theme for the greeter UI
gtk-theme = "Colloid-Catppuccin"
gtk-theme = "Colloid-Grey-Dark-Catppuccin"