aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-08-30 10:27:44 +0200
committerJoe <bousset.rudy@gmail.com>2022-08-30 10:27:44 +0200
commitd993bcdb9e689890c130b20e0d87afc246435465 (patch)
tree58ae37363038aab38e444dbf44cebb032521703b /config.h
parentup (diff)
downloaddwmblocks-d993bcdb9e689890c130b20e0d87afc246435465.tar.gz
dwmblocks-d993bcdb9e689890c130b20e0d87afc246435465.tar.bz2
dwmblocks-d993bcdb9e689890c130b20e0d87afc246435465.tar.xz
dwmblocks-d993bcdb9e689890c130b20e0d87afc246435465.tar.zst
dwmblocks-d993bcdb9e689890c130b20e0d87afc246435465.zip
up
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 6289099..6ec80a5 100644
--- a/config.h
+++ b/config.h
@@ -39,7 +39,7 @@ static const Block blocks[] = {
//Sets delimiter between status commands. NULL character ('\0') means no delimiter.
static char *predelim = " ";
-static char *postdelim = " ";
+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: