This commit is contained in:
jonathan.wyss
2025-09-11 21:52:22 +02:00
commit 698534723d
6 changed files with 64 additions and 0 deletions

6
dwm-time.sh Executable file
View File

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