diff options
Diffstat (limited to '')
| -rw-r--r-- | config.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -39,7 +39,7 @@ static const Block blocks[] = {  };  //Sets delimiter between status commands. NULL character ('\0') means no delimiter. -static char *predelim = "    "; +static char *predelim = "   ";  static char *postdelim = "";  // Have dwmblocks automatically recompile and run when you edit this file in | 
