summaryrefslogtreecommitdiffstats
path: root/public/code/dwmblocks/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'public/code/dwmblocks/config.h')
-rw-r--r--public/code/dwmblocks/config.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/public/code/dwmblocks/config.h b/public/code/dwmblocks/config.h
index 6587a09..a53a306 100644
--- a/public/code/dwmblocks/config.h
+++ b/public/code/dwmblocks/config.h
@@ -12,12 +12,13 @@
static const Block blocks[] = {
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
- {"", "sb-input", 0, 20},
- {"", "sb-audio", 0, 10},
- {"", "sb-battery", 5, 0},
- {"🧠", "sensors | grep 'Tctl' | awk '{print $2}'", 5, 0},
- {"🐏", "free | awk '/^Mem/ { printf \"%.0f%\", $3/$2*100 }'", 5, 0},
- {"", "sb-network", 30, 30},
+ {"", "sb-stopwatch", 20, 5},
+ {"", "sb-input", 0, 20},
+ {"", "sb-audio", 0, 10},
+ {"", "sb-battery", 20, 0},
+ {"🧠", "sensors | grep 'Tctl' | awk '{print $2}'", 5, 0},
+ {"🐏", "free | awk '/^Mem/ { printf \"%.0f%\", $3/$2*100 }'", 5, 0},
+ {"", "sb-network", 30, 30},
{"", "date '+Q%qW%V%a %m月%d日 %H:%M'", 12, 0},
};