From 85a7b2f126f271194435120d22018b2af59ac3f2 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sun, 20 Feb 2022 03:28:35 +0100 Subject: [PATCH] Delimiter. --- _suckless/dwmblocks/blocks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_suckless/dwmblocks/blocks.h b/_suckless/dwmblocks/blocks.h index c835433..ce3fe2b 100644 --- a/_suckless/dwmblocks/blocks.h +++ b/_suckless/dwmblocks/blocks.h @@ -9,5 +9,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 = 1;