From b07d6a404e5695d9cbcddaeb19b2fe7e57174904 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 3 Sep 2019 18:09:11 +0300 Subject: [PATCH] rc/xprofile: export $GTK_THEME Fixes edff1bbbba0ac15bcf1fb34c6ddc7f06a267920f --- rc/xprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/xprofile b/rc/xprofile index f49612bf..2b18c835 100644 --- a/rc/xprofile +++ b/rc/xprofile @@ -8,4 +8,4 @@ export QT_QPA_PLATFORMTHEME="qt5ct" # This is hopefully read by web browsers and thus sites with dark theme # should offer it to me -GTK_THEME=Adwaita-dark +export GTK_THEME=Adwaita-dark