From db866e205d55eca907ab08cb58cbd87592bdd1da Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Mon, 23 Sep 2024 15:14:59 +0200 Subject: [PATCH] change delimiter character --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index bcadbed..873e3df 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