This commit is contained in:
2026-02-24 21:34:42 -05:00
parent c8e02a40a8
commit a467bc9273
5 changed files with 13 additions and 41 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
while true; do
xsetroot -name "$(date)"
xsetroot -name "$() $(date)"
sleep 1
done