diff options
| -rwxr-xr-x | dwm-status.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dwm-status.sh b/dwm-status.sh new file mode 100755 index 0000000..d4b9954 --- /dev/null +++ b/dwm-status.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +while true +do + bash ./dwm-status-refresh.sh + sleep 2 +done
\ No newline at end of file |
