diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-03-22 09:09:22 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2020-03-22 09:09:22 -0400 |
commit | 31de42407b05bc11d8acd2ef3a2e5585bc0f45b6 (patch) | |
tree | 39768abb6c0b625d8b191efac18786a8c802c62d | |
parent | 781eacae90b610054569251e707e549464b05b7f (diff) | |
download | dwmblocks-31de42407b05bc11d8acd2ef3a2e5585bc0f45b6.tar.gz dwmblocks-31de42407b05bc11d8acd2ef3a2e5585bc0f45b6.tar.bz2 dwmblocks-31de42407b05bc11d8acd2ef3a2e5585bc0f45b6.zip |
internet module added by default
-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. |