summaryrefslogtreecommitdiff
path: root/blocks.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'blocks.def.h')
-rw-r--r--blocks.def.h3
1 files changed, 2 insertions, 1 deletions
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;