ref: 0cdbc1d45b705ced8666b8eef781de176cf8d9ec
parent: 8bcbf7ee05eaceaed0fd23613be3966d0105edf2
author: Halfwit <michaelmisch1985@gmail.com>
date: Thu Jul 12 09:02:54 PDT 2018
Nothing. This is silly, gotta break this out to a config. Signed-off-by: Halfwit <michaelmisch1985@gmail.com>
--- a/inotifybar
+++ b/inotifybar
@@ -1,4 +1,5 @@
#!/bin/sh
+#TODO: This isn't part of hwwm at all, this should be in a seperate repository
# Full credit to @Earnestly.
statusdir="$XDG_RUNTIME_DIR/statusbar"
mkdir -pm0700 "$statusdir"
@@ -37,7 +38,7 @@
# We inexplicably need to force a redraw here
/usr/local/share/hwwm/wshuf | xargs -n 5 wtp
fi
-done | lemonbar -F '#000000' -B '#b8bb26' -d -b -f "DejaVu Book:size=9.5" -f "Symbola:size=9.5" -f "FreeSans:size=9.5"
+done | lemonbar -F '#000000' -B '#FFFFFF' -d -b -f "DejaVu Book:size=9.5" -f "Symbola:size=9.5" -f "FreeSans:size=9.5"
}
barrun