From 62c00b32b7a9fcc61f82449e973daf88856c8137 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Mon, 11 Jul 2022 16:15:28 +0800 Subject: [PATCH] bash: set gtk theme --- .bash_profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.bash_profile b/.bash_profile index b9814d9..09c2460 100644 --- a/.bash_profile +++ b/.bash_profile @@ -60,6 +60,7 @@ export SDL_VIDEODRIVER=wayland export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 export GTK_IM_MODULE=wayland export QT_IM_MODULE=fcitx +export GTK_THEME=Arc-Darker if [ ! -d "$ANDROID_HOME" ]; then if [ ! -d "$ANDROID_SDK_ROOT" ] && [ -d ~/android-sdk ]; then -- 2.45.2