summaryrefslogtreecommitdiff
path: root/dotfiles/system/.profile.d/display.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/system/.profile.d/display.sh')
-rw-r--r--dotfiles/system/.profile.d/display.sh10
1 files changed, 3 insertions, 7 deletions
diff --git a/dotfiles/system/.profile.d/display.sh b/dotfiles/system/.profile.d/display.sh
index dbc3846..254fc53 100644
--- a/dotfiles/system/.profile.d/display.sh
+++ b/dotfiles/system/.profile.d/display.sh
@@ -1,15 +1,11 @@
-#!/bin/sh
# display.sh
# Craig Jennings <c@cjennings.net>
-# UI Appearance settings, sourced by .profile
+# UI appearance environment variables
-# Theme
+# GTK Theme
export GTK_THEME=Adwaita:dark
-# export GTK_THEME=Adwaita
-
-XDG_CURRENT_DESKTOP=GNOME
-# Qt theming - qt6ct for Qt6 apps, style override for consistent Adwaita-Dark
+# Qt theming - use qt6ct config with Adwaita-Dark style
export QT_QPA_PLATFORMTHEME=qt6ct
export QT_STYLE_OVERRIDE=Adwaita-Dark
export QT_SCALE_FACTOR=1