shithub: rc

ref: db6906ec5fd6467724ab27b578d72bc6b9e883b9
dir: /dwm_bar/

View raw version
#!/bin/rc
rfork e
while(){
	line=`{
		apm=`{apm -l}
		echo $apm^'% | '
		date
	}
	xsetroot -name $"line
	sleep  60
}