merged with master

This commit is contained in:
dfuehrer
2021-03-13 23:34:15 -07:00
4 changed files with 14 additions and 14 deletions

View File

@@ -14,7 +14,3 @@ static const Block blocks[] = {
{"", "battery", 5, 3},
{"", "clock", 1, 1},
};
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
static char *delim = "|";