From e36b94a9e84c9edfa6256acf0fee85833b943881 Mon Sep 17 00:00:00 2001 From: tiyn Date: Mon, 16 Oct 2023 23:54:40 +0200 Subject: [PATCH] only one space as separator --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 7d9f1e1..bd421e4 100644 --- a/config.h +++ b/config.h @@ -2,5 +2,5 @@ #define CLICKABLE_BLOCKS 0 // Enable clickability for blocks #define CMDLENGTH 45 // Trim block output to this length -#define DELIMITER "" // Delimiter string used to separate blocks +#define DELIMITER " " // Delimiter string used to separate blocks #define LEADING_DELIMITER 0 // Whether a leading separator should be used