From 29d936dbc246054cd89fb216edf563aa4dba4e17 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Sat, 3 Feb 2024 19:15:54 +0100 Subject: [PATCH] change delimiter back --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index eebae4d..ba2b5a3 100644 --- a/config.h +++ b/config.h @@ -2,7 +2,7 @@ #define CONFIG_H // String used to delimit block outputs in the status. -#define DELIMITER "|" +#define DELIMITER " | " // Maximum number of Unicode characters that a block can output. #define MAX_BLOCK_OUTPUT_LENGTH 500