feat: put spaces in modules
This commit is contained in:
parent
31ad768f96
commit
629c40f1bf
@ -12,5 +12,5 @@ static const Block blocks[] = {
|
||||
};
|
||||
|
||||
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
|
||||
static char delim[] = " | ";
|
||||
static unsigned int delimLen = 5;
|
||||
static char delim[] = "|";
|
||||
static unsigned int delimLen = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user