diff options
Diffstat (limited to 'blocks.def.h')
-rw-r--r-- | blocks.def.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/blocks.def.h b/blocks.def.h index 35738db..9c22d68 100644 --- a/blocks.def.h +++ b/blocks.def.h @@ -7,4 +7,5 @@ static const Block blocks[] = { }; //sets delimeter between status commands. NULL character ('\0') means no delimeter. -static char delim = '|'; +static char delim[] = " | "; +static unsigned int delimLen = 5; |