From edff1bbbba0ac15bcf1fb34c6ddc7f06a267920f Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 3 Sep 2019 17:38:25 +0300 Subject: [PATCH] xprofile & i3: add $GTK_THEME Closes: #32 --- conf/i3/config | 2 ++ rc/xprofile | 1 + 2 files changed, 3 insertions(+) diff --git a/conf/i3/config b/conf/i3/config index e7ed0be2..55e30797 100644 --- a/conf/i3/config +++ b/conf/i3/config @@ -17,6 +17,8 @@ # # Debian theming: lxappearance gtk-chtheme qt4-qtconfig qt5ct # https://askubuntu.com/a/600946 +# + ~/.xprofile specifies GTK_THEME which hopefully gets detected/understood +# by browsers etc. # # YES! This file is a monster and there really are that many weird # packages and three electrons autostarting, SEND HELP! diff --git a/rc/xprofile b/rc/xprofile index cce544e1..d651723d 100644 --- a/rc/xprofile +++ b/rc/xprofile @@ -2,3 +2,4 @@ export XMODIFIERS=@im=fcitx export GTK_IM_MODULE="fcitx" export QT_IM_MODULE="fcitx" export QT_QPA_PLATFORMTHEME="qt5ct" +GTK_THEME=Adwaita-dark