From 5d76e069e4c639250d003bddac99b35f1fc7440c Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 17 Mar 2021 01:03:32 +0100 Subject: Update colors for hlwm --- .config/herbstluftwm/autostart | 2 ++ .config/herbstluftwm/panel-top.sh | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index 9cad7bd..5bcf1d8 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -141,6 +141,8 @@ hc rule windowtype~'_NET_WM_WINDOW_TYPE_(DIALOG|UTILITY|SPLASH)' floating=on hc rule windowtype='_NET_WM_WINDOW_TYPE_DIALOG' focus=on hc rule windowtype~'_NET_WM_WINDOW_TYPE_(NOTIFICATION|DOCK|DESKTOP)' manage=off +hc rule class="wow.exe" tag=5 floating=on + hc set tree_style '╾│ ├└╼─┐' # unlock, just to be sure diff --git a/.config/herbstluftwm/panel-top.sh b/.config/herbstluftwm/panel-top.sh index 976968c..c0ea7e6 100755 --- a/.config/herbstluftwm/panel-top.sh +++ b/.config/herbstluftwm/panel-top.sh @@ -96,9 +96,15 @@ fi '#') echo -n "^bg($selbg)^fg($selfg)" ;; + '-') + echo -n "^bg()^fg(#9CA668)" + ;; '+') echo -n "^bg(#9CA668)^fg(#141414)" ;; + '%') + echo -n "^bg()^fg($selbg)" + ;; ':') echo -n "^bg()^fg(#ffffff)" ;; -- cgit v1.1