diff options
author | zachir <zachir@librem.one> | 2023-05-23 13:34:44 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-05-23 13:34:44 -0500 |
commit | eca9815fc719182ad8cddf683ef20f6cb3b4e90a (patch) | |
tree | 97c76a4abca5428ead5b9b5eada1100de39bb497 /zsh/.zshenv | |
parent | 1fa39708a670cc4ca47d6cd7254b9b5035789661 (diff) |
fix gtk themes, and remove x11 wm configs
Diffstat (limited to 'zsh/.zshenv')
-rw-r--r-- | zsh/.zshenv | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv index 45d92ad..228d6f8 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -52,7 +52,6 @@ export GDK_DPI_SCALE=1 # Theming export QT_QPA_PLATFORMTHEME=qt5ct -[ -n "$WAYLAND_DISPLAY" ] && export GTK_THEME=Plata-Noir-Compact # Configure apps export BEMENU_OPTS="-H 36 --fn \"mononoki Nerd Font Mono 24\" --nb \"#000000\" --nf \"#c5c8c6\" --hb \"#39c1ed\" --hf \"#000000\" --cb \"#000000\" --cf \"#000000\" --tf \"#000000\" --tb \"#39c1ed\" --fb \"#000000\" --ff \"#c5c8c6\" --fbb \"#39c1ed\" --fbf \"#198844\"" |