diff options
| author | Andrew <saintruler@gmail.com> | 2020-08-26 05:00:44 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2020-08-26 05:00:44 +0400 |
| commit | 8e4f3e1603bb123d1a5eb33d53fa92bde616377c (patch) | |
| tree | 7e0cd0c8a12ee162ff67356cbeacd9bbfd323b38 /config.h | |
| parent | 15e8cc9aa5f24e989ff5296090b7e0b3736a9a58 (diff) | |
Changed delimeter
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,4 +10,4 @@ static const Block blocks[] = { }; //sets delimeter between status commands. NULL character ('\0') means no delimeter. -static char *delim = "|"; +static char *delim = " | "; |