aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlake Romero <blake@blkrom.com>2025-10-01 23:00:51 +0100
committerBlake Romero <blake@blkrom.com>2025-10-01 23:00:51 +0100
commitadbe51a41ab7e9b61ff6fffb17be4ab8b7cc06d2 (patch)
treee08ddb6e5f31da565af7dfe03742f6f7c77534f6
parent02166ef43889520688453db5482b535002ab29d3 (diff)
Set QT platform theme to gtk3
-rwxr-xr-xdot-profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/dot-profile b/dot-profile
index d37b198..050b24f 100755
--- a/dot-profile
+++ b/dot-profile
@@ -57,3 +57,7 @@ if command -v bemenu >/dev/null 2>&1; then
--scb $bg --scf $hl
"
fi
+
+# GUI THEMES
+export QT_QPA_PLATFORMTHEME=gtk3
+