diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2022-02-17 20:31:49 -0500 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2022-02-17 20:31:49 -0500 |
| commit | 2e28a5bbd137d88e74eddf2c171537f9d2e3e6d9 (patch) | |
| tree | a0ea70a6914e79a1913993a8f0cbcf5171eed04d /config.h | |
| parent | e207597b87e0d42e5202d4a2a653a6e4b55a5e69 (diff) | |
| download | dwmblocks-2e28a5bbd137d88e74eddf2c171537f9d2e3e6d9.tar.gz | |
Added new statusbar script
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |