diff options
-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 |