From 5a2f500fca1453bf79c11d6d14102aec4f7dec64 Mon Sep 17 00:00:00 2001 From: binaryDiv Date: Sat, 1 Aug 2026 17:16:15 +0200 Subject: [PATCH] profile: Set dark theme for Gtk, use qt6ct for Qt styling --- .config/profile.d/30_desktop.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.config/profile.d/30_desktop.sh b/.config/profile.d/30_desktop.sh index 3ed9f2d..8317cdd 100644 --- a/.config/profile.d/30_desktop.sh +++ b/.config/profile.d/30_desktop.sh @@ -14,3 +14,10 @@ export WINEDLLOVERRIDES=winemenubuilder.exe=d # Firefox: Enable pixel-perfect scrolling export MOZ_USE_XINPUT2=1 + +# Set dark theme for Gtk applications +export GTK_THEME=Adwaita:dark + +# Use qt6ct to configure Qt styling +# (You should install qt6ct-kde from AUR, as well as the breeze theme.) +export QT_QPA_PLATFORMTHEME=qt6ct