From 22ba6040a38c7aadce1100fb9c02c4c120618296 Mon Sep 17 00:00:00 2001 From: MineralwaterXu Date: Tue, 1 Dec 2020 22:24:08 +0800 Subject: status bar --- dwm-status.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 dwm-status.sh 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 -- cgit v1.2.1