summaryrefslogtreecommitdiff
path: root/dotfiles/common/.profile.d/display.sh
blob: 254fc53f06976720b79ff636d0697e6a38fb8550 (plain)
1
2
3
4
5
6
7
8
9
10
11
# display.sh
# Craig Jennings <c@cjennings.net>
# UI appearance environment variables

# GTK Theme
export GTK_THEME=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