summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2022-02-17 20:31:49 -0500
committerDouglas Rumbaugh <dbr4@psu.edu>2022-02-17 20:31:49 -0500
commit2e28a5bbd137d88e74eddf2c171537f9d2e3e6d9 (patch)
treea0ea70a6914e79a1913993a8f0cbcf5171eed04d /config.h
parente207597b87e0d42e5202d4a2a653a6e4b55a5e69 (diff)
downloaddwmblocks-2e28a5bbd137d88e74eddf2c171537f9d2e3e6d9.tar.gz
Added new statusbar script
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 24c8a6b..1213f6a 100644
--- a/config.h
+++ b/config.h
@@ -26,7 +26,8 @@ static const Block blocks[] = {
{"", "sb-network", 5, 1},
{"", "sb-volume", 0, 10},
{"", "sb-sysinfo", 5, 14},
- {"", "sb-battery", 5, 3},
+ {"", "sb-indicators", 0, 11},
+ //{"", "sb-battery", 5, 3},
};
//Sets delimiter between status commands. NULL character ('\0') means no delimiter.