aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-09-05 09:40:32 +0200
committerJoe <bousset.rudy@gmail.com>2022-09-05 09:40:32 +0200
commitdf4640413863870cae0612c36f9e85ebeb0420b1 (patch)
tree51c6dffffb63617a57ac8c1b91ff1880c9d4bfc1
parentup (diff)
downloaddwmblocks-df4640413863870cae0612c36f9e85ebeb0420b1.tar.gz
dwmblocks-df4640413863870cae0612c36f9e85ebeb0420b1.tar.bz2
dwmblocks-df4640413863870cae0612c36f9e85ebeb0420b1.tar.xz
dwmblocks-df4640413863870cae0612c36f9e85ebeb0420b1.tar.zst
dwmblocks-df4640413863870cae0612c36f9e85ebeb0420b1.zip
up
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 6ec80a5..8a6912d 100644
--- a/config.h
+++ b/config.h
@@ -38,8 +38,8 @@ static const Block blocks[] = {
};
//Sets delimiter between status commands. NULL character ('\0') means no delimiter.
-static char *predelim = " ";
-static char *postdelim = " ";
+static char *predelim = " ";
+static char *postdelim = "";
// Have dwmblocks automatically recompile and run when you edit this file in
// vim with the following line in your vimrc/init.vim: