summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2022-10-10 22:49:44 -0500
committerzachir <zachir@librem.one>2022-10-10 22:49:44 -0500
commit2ea5358ef1a09ce6ca29088e385f46b5b0793446 (patch)
tree5287e1f161f4e093aea8ad8d8380b11ea80a0d5e
parentbae8ac0fa8e3285d1a391e5216efe2b5bff06a8b (diff)
only hardcore gtk theme in Wayland (otherwise it doesn't work)
-rw-r--r--zsh/.zshenv2
1 files changed, 1 insertions, 1 deletions
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"