hlfw.ca

hwwm

Download patch

ref: e5dd9f71a44f72577ba3c0ad1f7f218863a3ab66
parent: 385abc8d02c1586d9ef3813e8620b983de974b36
author: Halfwit <michaelmisch1985@gmail.com>
date: Tue Aug 28 13:37:31 PDT 2018

indentation miss

Signed-off-by: Halfwit <michaelmisch1985@gmail.com>

--- a/inotifybar
+++ b/inotifybar
@@ -22,7 +22,7 @@
 	test -f "$statusdir/batt" && read -r batt < "$statusdir/batt"
 
 
-# This will fail unless you have something set for *desktop in your Xresources!
+	# This will fail unless you have something set for *desktop in your Xresources!
 	background="$(xrdb -query | awk '/background/{print $NF}')"
 	foreground="$(xrdb -query | awk '/desktop/{print $NF}')"
 	inotifywait -qme close_write --format %f "$statusdir" | while read -r file; do