aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-12-24 21:29:47 +0100
committerJoe <rbo@gmx.us>2024-12-24 21:29:47 +0100
commit27c5492e1046f1455a2690e48a56b5d4b64f00bf (patch)
tree16ab9e08b2ee38a34e61e805278abfa8d02a6944 /config.h
parentup (diff)
downloaddwmblocks-27c5492e1046f1455a2690e48a56b5d4b64f00bf.tar.gz
dwmblocks-27c5492e1046f1455a2690e48a56b5d4b64f00bf.tar.bz2
dwmblocks-27c5492e1046f1455a2690e48a56b5d4b64f00bf.tar.xz
dwmblocks-27c5492e1046f1455a2690e48a56b5d4b64f00bf.tar.zst
dwmblocks-27c5492e1046f1455a2690e48a56b5d4b64f00bf.zip
up
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 55dac84..0eb7c66 100644
--- a/config.h
+++ b/config.h
@@ -1,7 +1,7 @@
//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", 0, 10 },
+ /* { "", "sb-mpd", 0, 10 }, */
/* { "", "sb-mailbox", 0, 9 }, */
{ "", "sb-forecast", 3600, 8 },
{ "", "sb-cpu", 5, 7 },
@@ -9,7 +9,7 @@ static const Block blocks[] = {
{ "", "sb-disk", 90, 7 },
{ "", "sb-temp", 15, 5 },
{ "", "sb-battery", 120, 6 },
- { "", "sb-volume", 0, 3 },
+ /* { "", "sb-volume", 0, 3 }, */
/* { "", "sb-usb", 30, 2 }, */
/* { "", "sb-tools", 5, 2 }, */
{ "", "sb-net", 5, 2 },