summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <adam.moloney.stuck@gmail.com>2022-05-16 19:10:44 +0200
committeradamstuck <adam.moloney.stuck@gmail.com>2022-05-16 21:14:40 +0200
commit24c2903306ae9bb9de7b84bc610fb94865c9155f (patch)
tree24d40a7875b8a348ee68906e039bf94ffa5230e8
parentd338645b29bc67d96f935b776650917c5beb7adb (diff)
Qt5 theming support
-rw-r--r--.bash_profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile
index c008a54..3e1f561 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -13,6 +13,7 @@ export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/pass
export GTK_RC_FILES="$XDG_CONFIG_HOME"/gtk-1.0/gtkrc
export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/gtkrc
export GTK_THEME=Arc:dark
+export QT_QPA_PLATFORMTHEME=qt5ct
export RANGER_LOAD_DEFAULT_RC=FALSE
export CARGO_HOME=$XDG_DATA_HOME/cargo
export RUSTUP_HOME="$XDG_DATA_HOME"/rustup