ref: b89728d4a8717ecf1721f3bf0c48e563e44f1ae6
parent: 7ff234aaca861b4f04be8324223737d8a76c7524
author: Michael Misch <michealmisch1985@gmail.com>
date: Sat Jan 9 07:06:10 PST 2021
add in a working string
--- a/focus
+++ b/focus
@@ -13,7 +13,6 @@
euclidistance() {
echo "sqrt(($mx - $1)^2+($my - $2)^2)" | bc
-
}
focus=$current
--- a/inotifybar
+++ b/inotifybar
@@ -29,7 +29,7 @@
# We explicitely need to force a redraw here, since we ignore
/usr/local/share/hwwm/wshuf | xargs -n 5 wtp
fi
- done | lemonbar -F '#000000' -d -b -f "DejaVu Book:size=10.5" -f "Symbola:size=9.5" -f "FreeSans:size=9.5" -g +1920
+ done | lemonbar -B '#787878' -F '#000000' -d -b -f "DejaVu Book:size=10.5" -f "Symbola:size=9.5" -f "FreeSans:size=9.5"
}
barrun