internet module added by default

This commit is contained in:
Luke Smith 2020-03-22 09:09:22 -04:00
parent 781eacae90
commit 31de42407b
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

View file

@ -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.