summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 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.