From eaa523d40a26c7cb26b9f2ff77dc0b456e5beb71 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Tue, 4 Oct 2022 08:29:38 +0530 Subject: adding internet module --- config.h | 3 ++- dwmblocks | Bin 22424 -> 22424 bytes 2 files changed, 2 insertions(+), 1 deletion(-) 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 Binary files a/dwmblocks and b/dwmblocks differ -- cgit v1.2.3