commit 31de42407b05bc11d8acd2ef3a2e5585bc0f45b6
parent 781eacae90b610054569251e707e549464b05b7f
Author: Luke Smith <luke@lukesmith.xyz>
Date: Sun, 22 Mar 2020 09:09:22 -0400
internet module added by default
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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.