diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ static const Block blocks[] = { {"", "volume", 0, 10}, {"", "battery", 5, 0}, {"", "clock", 60, 0}, + {"", "internet", 5, 4}, }; //sets delimeter between status commands. NULL character ('\0') means no delimeter. |