Compare commits

..

2 commits

Author SHA1 Message Date
bb13574f27 system specific stuff 2024-06-27 20:57:56 -07:00
836d44da52 nixos smh 2024-06-27 20:57:56 -07:00

View file

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