aboutsummaryrefslogtreecommitdiff
path: root/dwmbar
diff options
context:
space:
mode:
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