diff options
| -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. |