aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-08-16 16:24:52 +0200
committerJoe <bousset.rudy@gmail.com>2022-08-16 16:24:52 +0200
commitd270fbf4f35bf1e484ce298a5d0ada04cc66c2a0 (patch)
tree0054b508850fc5b3bef4ac6015c7fbd6a6bf5404
parentwip (diff)
downloaddwmblocks-d270fbf4f35bf1e484ce298a5d0ada04cc66c2a0.tar.gz
dwmblocks-d270fbf4f35bf1e484ce298a5d0ada04cc66c2a0.tar.bz2
dwmblocks-d270fbf4f35bf1e484ce298a5d0ada04cc66c2a0.tar.xz
dwmblocks-d270fbf4f35bf1e484ce298a5d0ada04cc66c2a0.tar.zst
dwmblocks-d270fbf4f35bf1e484ce298a5d0ada04cc66c2a0.zip
update
-rw-r--r--config.h14
1 files changed, 9 insertions, 5 deletions
diff --git a/config.h b/config.h
index f45b867..b5f1881 100644
--- a/config.h
+++ b/config.h
@@ -1,13 +1,17 @@
//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-forecast", 3600, 11 },
{ "", "sb-cpu", 1, 12 },
- { "", "sb-memory", 1, 12 },
+ { "", "sb-memory", 5, 12 },
{ "", "sb-temp", 5, 12 },
- { "", "sb-mailbox", 180, 12 },
- { "", "sb-mpd", 5, 11 },
- { "", "sb-clock", 1, 1 },
- { "", "sb-os", 0, 1 },
+ /* { "", "sb-battery", 120, 3 }, */
+ { "", "sb-volume", 1, 1 },
+ { "", "sb-net", 1, 1 },
+ { "", "sb-clock", 60, 1 },
+ { "", "sb-os", 0, 1 },
/* { "", "sb-music", 0, 11 }, */
/* {"⌨", "sb-kbselect", 0, 30}, */
/* {"", "cat /tmp/recordingicon 2>/dev/null", 0, 9}, */