Remove gtk-theme from app config, use system-wide GTK settings instead

The GTK theme is now set globally via /etc/xdg/gtk-4.0/settings.ini
rather than per-application config.
This commit is contained in:
nevaforget 2026-04-02 08:27:54 +02:00
parent cf18105887
commit 094878fc2e

View File

@ -4,5 +4,3 @@
[appearance]
# Absolute path to wallpaper image
background = "/usr/share/backgrounds/wallpaper.jpg"
# GTK theme for the greeter UI
gtk-theme = "Colloid-Grey-Dark-Catppuccin"