rice/bar
2021-12-27 11:41:22 +01:00

6 lines
82 B
Bash

#!/bin/sh
while true; do
xsetroot -name "$(date "+%h %d %H:%M")"
sleep 10
done