summaryrefslogtreecommitdiffstats
path: root/dwm_bar.sh
blob: 7df59de2c62e60ff217951e1fa0f5796eb04f4c5 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

while true;
do
	xsetroot -name "$(ip r | awk '{print $9}' | head -n 1)  $(date)  $(hostname) "
	sleep 1
done

# vim: set tw=0: