summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-03-22 09:09:22 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-03-22 09:09:22 -0400
commit31de42407b05bc11d8acd2ef3a2e5585bc0f45b6 (patch)
tree39768abb6c0b625d8b191efac18786a8c802c62d /config.h
parent781eacae90b610054569251e707e549464b05b7f (diff)
downloaddwmblocks-31de42407b05bc11d8acd2ef3a2e5585bc0f45b6.tar.gz
dwmblocks-31de42407b05bc11d8acd2ef3a2e5585bc0f45b6.tar.bz2
dwmblocks-31de42407b05bc11d8acd2ef3a2e5585bc0f45b6.zip
internet module added by default
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 373eabc..5a5fc93 100644
--- a/config.h
+++ b/config.h
@@ -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.
Software created with 💖