make notes about paths

This commit is contained in:
jonathan.wyss
2025-09-09 22:00:43 +02:00
parent 1d14359e3f
commit 3870a64981
3 changed files with 25 additions and 0 deletions

5
dwm/dwm-time.sh Executable file
View File

@@ -0,0 +1,5 @@
while true; do
xsetroot -name "$(date)"
sleep 2
done