summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2020-08-26 05:00:44 +0400
committerAndrew <saintruler@gmail.com>2020-08-26 05:00:44 +0400
commit8e4f3e1603bb123d1a5eb33d53fa92bde616377c (patch)
tree7e0cd0c8a12ee162ff67356cbeacd9bbfd323b38
parent15e8cc9aa5f24e989ff5296090b7e0b3736a9a58 (diff)
Changed delimeter
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index c69e793..c9d30ea 100644
--- a/config.h
+++ b/config.h
@@ -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 = " | ";