diff options
author | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-10-21 20:15:51 +0100 |
---|---|---|
committer | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-10-21 20:15:51 +0100 |
commit | b5c4b37658e862fba58af3634dcdba3d50ea5db1 (patch) | |
tree | 3648042f045e3703bc45608c9c08d0242bcbd7a0 /dwmbar | |
parent | 2d17c849c9961578fbbb61bf539dd1df84c5800b (diff) |
Added delayed refreshing.
Diffstat (limited to 'dwmbar')
-rwxr-xr-x | dwmbar | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -13,4 +13,6 @@ echo "dwmbar $VERSION" } -xsetroot -name "$(exec $RC_LOCATION)" +while :; do + xsetroot -name "$(exec $RC_LOCATION)" +done |