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

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

# vim: set tw=0: