From adbe51a41ab7e9b61ff6fffb17be4ab8b7cc06d2 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Wed, 1 Oct 2025 23:00:51 +0100 Subject: Set QT platform theme to gtk3 --- dot-profile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dot-profile') 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 + -- cgit