aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-08-30 10:24:01 +0200
committerJoe <bousset.rudy@gmail.com>2022-08-30 10:24:01 +0200
commit36f8060a65f7527e9703f1d693f3334b61fa1bd8 (patch)
treec33a14f46d1630626f8e420509899d08cdf81a72
parentupdate (diff)
downloaddwmblocks-36f8060a65f7527e9703f1d693f3334b61fa1bd8.tar.gz
dwmblocks-36f8060a65f7527e9703f1d693f3334b61fa1bd8.tar.bz2
dwmblocks-36f8060a65f7527e9703f1d693f3334b61fa1bd8.tar.xz
dwmblocks-36f8060a65f7527e9703f1d693f3334b61fa1bd8.tar.zst
dwmblocks-36f8060a65f7527e9703f1d693f3334b61fa1bd8.zip
up
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 0785a39..6289099 100644
--- a/config.h
+++ b/config.h
@@ -12,7 +12,7 @@ static const Block blocks[] = {
{ "", "sb-volume", 0, 3 },
/* { "", "sb-usb", 30, 2 }, */
{ "", "sb-net", 5, 2 },
- { "", "sb-clock", 60, 1 },
+ { "", "sb-clock", 15, 1 },
{ "", "sb-os", 0, 0 },
/* { "", "sb-music", 0, 11 }, */
/* {"⌨", "sb-kbselect", 0, 30}, */
@@ -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: