summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-10-04 08:29:38 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-10-04 08:29:38 +0530
commiteaa523d40a26c7cb26b9f2ff77dc0b456e5beb71 (patch)
tree0d6b3e769202007706ade8eb96abcca064cb659b
parenteb54b0db7bbfee5c707ae31dadc2171c9471548d (diff)
adding internet module
-rw-r--r--config.h3
-rwxr-xr-xdwmblocksbin22424 -> 22424 bytes
2 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index f84519d..08c04bd 100644
--- a/config.h
+++ b/config.h
@@ -2,13 +2,14 @@
static const Block blocks[] = {
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
- {"", "cpu", 5, 4},
+ {"", "cpu_sl", 5, 4},
{"", "cputemp", 2, 5},
{"", "nettraf", 1, 16},
{"", "memory", 5, 8},
{"", "volume", 1, 10},
{"", "clock", 5, 1},
{"", "battery", 5, 3},
+ {"", "internet", 5, 7},
};
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
diff --git a/dwmblocks b/dwmblocks
index 80907bc..b0e8cb4 100755
--- a/dwmblocks
+++ b/dwmblocks
Binary files differ