diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-10-04 08:29:38 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-10-04 08:29:38 +0530 |
commit | eaa523d40a26c7cb26b9f2ff77dc0b456e5beb71 (patch) | |
tree | 0d6b3e769202007706ade8eb96abcca064cb659b | |
parent | eb54b0db7bbfee5c707ae31dadc2171c9471548d (diff) |
adding internet module
-rw-r--r-- | config.h | 3 | ||||
-rwxr-xr-x | dwmblocks | bin | 22424 -> 22424 bytes |
2 files changed, 2 insertions, 1 deletions
@@ -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. Binary files differ |