rice/dots/.scripts/dwmstatus

8 lines
81 B
Text
Raw Normal View History

2021-03-11 00:07:19 +02:00
#!/bin/sh
while :
do
xsetroot -name "$(date '+%a %d %b %H:%M')"
sleep 40
done