Move GTK theme from moongreet config to system-wide gtk-4.0 settings
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:
2026-04-02 08:27:56 +02:00
parent cf9eae1edc
commit ba4a413097
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -3,7 +3,6 @@
[appearance] [appearance]
background = "/usr/share/moonarch/wallpaper.jpg" background = "/usr/share/moonarch/wallpaper.jpg"
gtk-theme = "Colloid-Grey-Dark-Catppuccin"
[behavior] [behavior]
# show_user_list = true # show_user_list = true
+2
View File
@@ -2,4 +2,6 @@
# ABOUTME: User overrides go in ~/.config/gtk-4.0/settings.ini # ABOUTME: User overrides go in ~/.config/gtk-4.0/settings.ini
[Settings] [Settings]
gtk-theme-name=Colloid-Grey-Dark-Catppuccin
gtk-icon-theme-name=Colloid-Grey-Catppuccin-Dark
gtk-application-prefer-dark-theme=1 gtk-application-prefer-dark-theme=1