From 2ea5358ef1a09ce6ca29088e385f46b5b0793446 Mon Sep 17 00:00:00 2001 From: zachir Date: Mon, 10 Oct 2022 22:49:44 -0500 Subject: only hardcore gtk theme in Wayland (otherwise it doesn't work) --- zsh/.zshenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh/.zshenv') diff --git a/zsh/.zshenv b/zsh/.zshenv index e665f39..bf98a90 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -51,7 +51,7 @@ export GDK_DPI_SCALE=1 # Theming export QT_QPA_PLATFORMTHEME=qt5ct -export GTK_THEME=Sweet-mars-v40 +[ -n "$WAYLAND_DISPLAY" ] && export GTK_THEME=Sweet-mars-v40 # Configure apps export BEMENU_OPTS="-H 24" -- cgit v1.2.3