summaryrefslogtreecommitdiffstats
path: root/dwm_bar.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dwm_bar.sh')
-rwxr-xr-xdwm_bar.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/dwm_bar.sh b/dwm_bar.sh
new file mode 100755
index 0000000..0b056a6
--- /dev/null
+++ b/dwm_bar.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+while true;
+do
+ xsetroot -name "$(ip r | awk '{print $9)' | head -n 1) $(date) $(hostname) "
+done
+
+# vim: set tw=0: