diff --git a/dwm/.local/bin/update.dwm.sh b/dwm/.local/bin/update.dwm.sh new file mode 100755 index 0000000..a41d50f --- /dev/null +++ b/dwm/.local/bin/update.dwm.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +while true; do + xsetroot -name "$(date)" + sleep 5 +done