From 000e00871830cd15de032c80e2b62946cf19445c Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 8 May 2025 18:49:34 -0500 Subject: adding missing dotfiles and folders - profile.d/ - bashrc - authinfo.gpg - .zsh/ --- dotfiles/system/.profile.d/display.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dotfiles/system/.profile.d/display.sh (limited to 'dotfiles/system/.profile.d/display.sh') diff --git a/dotfiles/system/.profile.d/display.sh b/dotfiles/system/.profile.d/display.sh new file mode 100644 index 0000000..ce5016e --- /dev/null +++ b/dotfiles/system/.profile.d/display.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +# display.sh +# Craig Jennings +# UI Appearance settings, sourced by .profile + +# Theme +export GTK_THEME=Adwaita:dark +export QT_QPA_PLATFORMTHEME=qt5ct -- cgit v1.2.3