nixos/home/scripts/x-root-datetime.sh

5 lines
106 B
Bash
Raw Normal View History

#!/bin/sh
2024-06-28 02:22:58 +00:00
while true; do
sleep 1 && date +"<-- %A, %B %d -- %H:%M -->" | xargs -I% xsetroot -name %
done