From 94c50e7cb76dc5ef5ca78601e8f1a679d0a8299e Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Sat, 22 Nov 2025 11:39:23 -0600 Subject: Shell, Theme: Force GTK4 to use custom FlatColor GTK when available --- common/.profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/.profile b/common/.profile index 4eb7a37..522c56b 100644 --- a/common/.profile +++ b/common/.profile @@ -49,5 +49,7 @@ export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS --height 20% --layout=reverse" export MOZ_USE_XINPUT2=1 +[ -d ~/.themes/FlatColor ] && export GTK_THEME=FlatColor + # Local profile [ -f ~/.profile.local ] && . ~/.profile.local -- cgit v1.2.3