rice/scripts/bar

7 lines
82 B
Text
Raw Normal View History

2021-12-27 11:41:22 +01:00
#!/bin/sh
while true; do
2023-01-28 21:01:59 +01:00
xsetroot -name "$(date "+%h %d %H:%M")"
2021-12-27 11:41:22 +01:00
sleep 10
done