diff options
author | Joe <bousset.rudy@gmail.com> | 2022-08-30 10:24:01 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-08-30 10:24:01 +0200 |
commit | 36f8060a65f7527e9703f1d693f3334b61fa1bd8 (patch) | |
tree | c33a14f46d1630626f8e420509899d08cdf81a72 | |
parent | update (diff) | |
download | dwmblocks-36f8060a65f7527e9703f1d693f3334b61fa1bd8.tar.gz dwmblocks-36f8060a65f7527e9703f1d693f3334b61fa1bd8.tar.bz2 dwmblocks-36f8060a65f7527e9703f1d693f3334b61fa1bd8.tar.xz dwmblocks-36f8060a65f7527e9703f1d693f3334b61fa1bd8.tar.zst dwmblocks-36f8060a65f7527e9703f1d693f3334b61fa1bd8.zip |
up
-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: |