diff options
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |