From 094878fc2e466543f1f37d7174c27f28525ec7ee Mon Sep 17 00:00:00 2001 From: nevaforget Date: Thu, 2 Apr 2026 08:27:54 +0200 Subject: [PATCH] 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. --- config/moongreet.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/moongreet.toml b/config/moongreet.toml index 36a8af4..1069fae 100644 --- a/config/moongreet.toml +++ b/config/moongreet.toml @@ -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"