aboutsummaryrefslogtreecommitdiff
path: root/dwmbar
diff options
context:
space:
mode:
authorArchie Hilton (thytom) <archie.hilton1@gmail.com>2019-10-21 20:15:51 +0100
committerArchie Hilton (thytom) <archie.hilton1@gmail.com>2019-10-21 20:15:51 +0100
commitb5c4b37658e862fba58af3634dcdba3d50ea5db1 (patch)
tree3648042f045e3703bc45608c9c08d0242bcbd7a0 /dwmbar
parent2d17c849c9961578fbbb61bf539dd1df84c5800b (diff)
Added delayed refreshing.
Diffstat (limited to 'dwmbar')
-rwxr-xr-xdwmbar4
1 files changed, 3 insertions, 1 deletions
diff --git a/dwmbar b/dwmbar
index 195bd31..a4818b6 100755
--- a/dwmbar
+++ b/dwmbar
@@ -13,4 +13,6 @@ echo "dwmbar $VERSION"
}
-xsetroot -name "$(exec $RC_LOCATION)"
+while :; do
+ xsetroot -name "$(exec $RC_LOCATION)"
+done