rice/bar

7 lines
87 B
Bash
Executable File

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