rice/scripts/bar

6 lines
82 B
Bash
Executable file

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