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