From e5a4febf20f84fcc796ebc53fa1d8e4d4760b3cc Mon Sep 17 00:00:00 2001 From: TiynGER Date: Tue, 2 Jun 2020 14:19:40 +0200 Subject: [PATCH] adding delimiter | --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index e3ca1f2..1c1d817 100644 --- a/config.h +++ b/config.h @@ -11,7 +11,7 @@ static const Block blocks[] = { }; //sets delimeter between status commands. NULL character ('\0') means no delimeter. -static char delim = ' '; +static char delim = '|'; // Have dwmblocks automatically recompile and run when you edit this file in // vim with the following line in your vimrc/init.vim: