summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-09-26 02:15:56 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-09-26 02:15:56 +0530
commiteb54b0db7bbfee5c707ae31dadc2171c9471548d (patch)
tree4602feb6177c0b38af491c05c3f4543326fa19ee
parent5bb4e1aed9afafbb8c48dea842139b4f4bd62fbb (diff)
adding cpu usage script due to fontpatch
-rw-r--r--config.h2
-rwxr-xr-xdwmblocksbin22400 -> 22424 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 6f8532b..f84519d 100644
--- a/config.h
+++ b/config.h
@@ -2,7 +2,7 @@
static const Block blocks[] = {
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
- //{"", "cpu", 5, 4},
+ {"", "cpu", 5, 4},
{"", "cputemp", 2, 5},
{"", "nettraf", 1, 16},
{"", "memory", 5, 8},
diff --git a/dwmblocks b/dwmblocks
index 2774635..80907bc 100755
--- a/dwmblocks
+++ b/dwmblocks
Binary files differ