summaryrefslogtreecommitdiffstats
path: root/dwm_bar.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xdwm_bar.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dwm_bar.sh b/dwm_bar.sh
index 46f9d45..7df59de 100755
--- a/dwm_bar.sh
+++ b/dwm_bar.sh
@@ -3,6 +3,7 @@
while true;
do
xsetroot -name "$(ip r | awk '{print $9}' | head -n 1) $(date) $(hostname) "
+ sleep 1
done
# vim: set tw=0: