diff options
author | zachir <zachir@librem.one> | 2022-10-10 22:49:44 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2022-10-10 22:49:44 -0500 |
commit | 2ea5358ef1a09ce6ca29088e385f46b5b0793446 (patch) | |
tree | 5287e1f161f4e093aea8ad8d8380b11ea80a0d5e | |
parent | bae8ac0fa8e3285d1a391e5216efe2b5bff06a8b (diff) |
only hardcore gtk theme in Wayland (otherwise it doesn't work)
-rw-r--r-- | zsh/.zshenv | 2 |
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" |