aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-08-16 16:55:49 +0200
committerJoe <bousset.rudy@gmail.com>2022-08-16 16:55:49 +0200
commit6edbfb7455cf8a1a321101908a3d5c8aae28b29d (patch)
treeb08651e94f0fe06a22418f0574064efe9eb072ae
parentupdate (diff)
downloaddwmblocks-6edbfb7455cf8a1a321101908a3d5c8aae28b29d.tar.gz
dwmblocks-6edbfb7455cf8a1a321101908a3d5c8aae28b29d.tar.bz2
dwmblocks-6edbfb7455cf8a1a321101908a3d5c8aae28b29d.tar.xz
dwmblocks-6edbfb7455cf8a1a321101908a3d5c8aae28b29d.tar.zst
dwmblocks-6edbfb7455cf8a1a321101908a3d5c8aae28b29d.zip
upadte
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index b5f1881..869556c 100644
--- a/config.h
+++ b/config.h
@@ -1,8 +1,8 @@
//Modify this file to change what commands output to your statusbar, and recompile using the make command.
static const Block blocks[] = {
/*Icon Command Update interval Update signal*/
- { "", "sb-mailbox", 180, 12 },
{ "", "sb-mpd", 1, 11 },
+ { "", "sb-mailbox", 120, 12 },
{ "", "sb-forecast", 3600, 11 },
{ "", "sb-cpu", 1, 12 },
{ "", "sb-memory", 5, 12 },
@@ -36,8 +36,8 @@ static const Block blocks[] = {
};
//Sets delimiter between status commands. NULL character ('\0') means no delimiter.
-static char *predelim = "";
-static char *postdelim = " | ";
+static char *predelim = " ";
+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: