aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-08-17 14:37:31 +0200
committerJoe <bousset.rudy@gmail.com>2022-08-17 14:37:31 +0200
commita0c6bb2369bc4edcbea04c2805d70fc2b37307b7 (patch)
tree25cb3064a4e219dfab3855ffa75afcbc4d4ce448
parentcool (diff)
downloaddwmblocks-a0c6bb2369bc4edcbea04c2805d70fc2b37307b7.tar.gz
dwmblocks-a0c6bb2369bc4edcbea04c2805d70fc2b37307b7.tar.bz2
dwmblocks-a0c6bb2369bc4edcbea04c2805d70fc2b37307b7.tar.xz
dwmblocks-a0c6bb2369bc4edcbea04c2805d70fc2b37307b7.tar.zst
dwmblocks-a0c6bb2369bc4edcbea04c2805d70fc2b37307b7.zip
update
-rw-r--r--config.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.h b/config.h
index 2b823b0..358622b 100644
--- a/config.h
+++ b/config.h
@@ -1,15 +1,15 @@
//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-mpd", 60, 10 },
- { "", "sb-mailbox", 60, 9 },
+ { "", "sb-mpd", 0, 10 },
+ { "", "sb-mailbox", 0, 9 },
{ "", "sb-forecast", 3600, 8 },
- { "", "sb-cpu", 10, 7 },
+ { "", "sb-cpu", 1, 7 },
{ "", "sb-memory", 20, 6 },
{ "", "sb-temp", 15, 5 },
/* { "", "sb-battery", 120, 3 }, */
- { "", "sb-volume", 30, 3 },
- { "", "sb-net", 10, 2 },
+ { "", "sb-volume", 0, 3 },
+ { "", "sb-net", 30, 2 },
{ "", "sb-clock", 60, 1 },
{ "", "sb-os", 0, 0 },
/* { "", "sb-music", 0, 11 }, */