From b99be3848e1d3322d9a7a0dc5e6daa9e443e8651 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 11 Feb 2024 16:48:56 +0200 Subject: [PATCH] startsway: GTK_THEME --- bash/usr-local-bin/startsway | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash/usr-local-bin/startsway b/bash/usr-local-bin/startsway index 0ec7132..139fe5f 100755 --- a/bash/usr-local-bin/startsway +++ b/bash/usr-local-bin/startsway @@ -25,6 +25,8 @@ export QT_IM_MODULE="fcitx" # qt5ct allows theme choosing export QT_QPA_PLATFORMTHEME="qt5ct" +# Dark theme for GTK apps +export GTK_THEME=Adwaita:dark # Ensuring Wayland gets used as per Arch Wiki # 2021-02-28 https://wiki.archlinux.org/index.php/Wayland#GUI_libraries