Compare commits

..

2 Commits

Author SHA1 Message Date
Zynh Ludwig bb13574f27 system specific stuff 2024-06-27 20:57:56 -07:00
Zynh Ludwig 836d44da52 nixos smh 2024-06-27 20:57:56 -07:00
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
while true; do
sleep 1 && date +"<-- %A, %B %d -- %H:%M -->" | xargs -I% xsetroot -name %
done