diff options
Diffstat (limited to 'dotfiles/common/.profile.d/display.sh')
| -rw-r--r-- | dotfiles/common/.profile.d/display.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dotfiles/common/.profile.d/display.sh b/dotfiles/common/.profile.d/display.sh new file mode 100644 index 0000000..254fc53 --- /dev/null +++ b/dotfiles/common/.profile.d/display.sh @@ -0,0 +1,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 |
