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

5 lines
151 B
Bash
Raw Normal View History

2024-06-28 02:58:07 +00:00
systemctl --user import-environment DISPLAY XAUTHORITY
2024-06-28 02:22:58 +00:00
while true; do
sleep 1 && date +"<-- %A, %B %d -- %H:%M -->" | xargs -I% xsetroot -name %
done