summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/config.h b/config.h
index 40fe093..e664b2f 100644
--- a/config.h
+++ b/config.h
@@ -7,13 +7,16 @@ static const Block blocks[] = {
/* {"", "crypto", 0, 13}, */
{"", "torrent", 20, 7},
{"", "news", 0, 6},
+ /* {"", "memory", 10, 14}, */
+ /* {"", "cpu", 10, 13}, */
/* {"", "moonphase", 18000, 5}, */
{"", "weather", 18000, 5},
{"", "mailbox", 180, 12},
- {"", "volume", 1, 0},
- {"", "battery | tr \'\n\' \' \'", 5, 0},
- {"", "clock", 60, 0},
+ {"", "volume", 1, 10},
+ {"", "battery | tr \'\n\' \' \'", 5, 3},
+ {"", "clock", 60, 1},
{"", "internet", 5, 4},
+ {"", "help", 0, 15},
};
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
Software created with 💖