X-Git-Url: https://git.danieliu.xyz/?p=dwmblocks.git;a=blobdiff_plain;f=blocks.def.h;h=9c22d68b12a2a8b36401f50882c1a404c26e410c;hp=35738db8b8bde9f38fa729570101bac2d5129711;hb=941f415b3821bf4f3493a0864c05a1af313b22bc;hpb=9c5aec5cd5a4a1128cbe1031ccec8c403e4bfecd 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;