summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorDouglas Rumbaugh <douglas@thinkpad.my.domain>2022-10-06 17:22:12 -0400
committerDouglas Rumbaugh <douglas@thinkpad.my.domain>2022-10-06 17:22:12 -0400
commitebadbaa272f877935b2e5ded42af97764610ca85 (patch)
tree3339de272ace85d10e0ef6586266bb8e36054ddd /config.h
parent2e28a5bbd137d88e74eddf2c171537f9d2e3e6d9 (diff)
downloaddwmblocks-ebadbaa272f877935b2e5ded42af97764610ca85.tar.gz
OpenBSDopenbsd
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.