summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index 1213f6a..2af949d 100644
--- a/config.h
+++ b/config.h
@@ -24,10 +24,10 @@ static const Block blocks[] = {
{"", "sb-time", 60, 1},
{"", "sb-forecast", 10000, 1},
{"", "sb-network", 5, 1},
- {"", "sb-volume", 0, 10},
+ {"", "sb-volume", 1, 10},
{"", "sb-sysinfo", 5, 14},
- {"", "sb-indicators", 0, 11},
- //{"", "sb-battery", 5, 3},
+ {"", "sb-indicators", 1, 11},
+ {"", "sb-battery", 5, 3},
};
//Sets delimiter between status commands. NULL character ('\0') means no delimiter.