rice/bar
2023-01-28 20:56:17 +01:00

6 lines
87 B
Bash
Executable file

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