dwm bar update script

This commit is contained in:
2026-02-09 21:23:34 -05:00
parent f56c82c524
commit 5fe7435f8e

6
dwm/.local/bin/update.dwm.sh Executable file
View File

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