Move GTK theme from moongreet config to system-wide gtk-4.0 settings
All checks were successful
Update PKGBUILD version / update-pkgver (push) Successful in 3s

Remove gtk-theme from moongreet.toml and set gtk-theme-name and
gtk-icon-theme-name in /etc/xdg/gtk-4.0/settings.ini instead.
This commit is contained in:
nevaforget 2026-04-02 08:27:56 +02:00
parent cf9eae1edc
commit ba4a413097
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,6 @@
[appearance]
background = "/usr/share/moonarch/wallpaper.jpg"
gtk-theme = "Colloid-Grey-Dark-Catppuccin"
[behavior]
# show_user_list = true

View File

@ -2,4 +2,6 @@
# 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-application-prefer-dark-theme=1