From 36f8060a65f7527e9703f1d693f3334b61fa1bd8 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 30 Aug 2022 10:24:01 +0200 Subject: up --- config.h | 4 ++-- 1 file 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: -- cgit v1.2.3