aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-08-17 12:30:50 +0200
committerJoe <bousset.rudy@gmail.com>2022-08-17 12:30:50 +0200
commit3ed75db9452d4d29bc5f880a50871a7db7ae8955 (patch)
treea8231fb9dcab275930e1236d67e80d2712c71ec9 /config.h
parentupdate (diff)
downloaddwmblocks-3ed75db9452d4d29bc5f880a50871a7db7ae8955.tar.gz
dwmblocks-3ed75db9452d4d29bc5f880a50871a7db7ae8955.tar.bz2
dwmblocks-3ed75db9452d4d29bc5f880a50871a7db7ae8955.tar.xz
dwmblocks-3ed75db9452d4d29bc5f880a50871a7db7ae8955.tar.zst
dwmblocks-3ed75db9452d4d29bc5f880a50871a7db7ae8955.zip
cool
Diffstat (limited to 'config.h')
-rw-r--r--config.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/config.h b/config.h
index 99208c9..2b823b0 100644
--- a/config.h
+++ b/config.h
@@ -1,17 +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-mpd", 1, 11 },
- { "", "sb-mailbox", 30, 12 },
- { "", "sb-forecast", 3600, 11 },
- { "", "sb-cpu", 1, 12 },
- { "", "sb-memory", 5, 12 },
- { "", "sb-temp", 5, 12 },
+ { "", "sb-mpd", 60, 10 },
+ { "", "sb-mailbox", 60, 9 },
+ { "", "sb-forecast", 3600, 8 },
+ { "", "sb-cpu", 10, 7 },
+ { "", "sb-memory", 20, 6 },
+ { "", "sb-temp", 15, 5 },
/* { "", "sb-battery", 120, 3 }, */
- { "", "sb-volume", 1, 1 },
- { "", "sb-net", 1, 1 },
+ { "", "sb-volume", 30, 3 },
+ { "", "sb-net", 10, 2 },
{ "", "sb-clock", 60, 1 },
- { "", "sb-os", 0, 1 },
+ { "", "sb-os", 0, 0 },
/* { "", "sb-music", 0, 11 }, */
/* {"⌨", "sb-kbselect", 0, 30}, */
/* {"", "cat /tmp/recordingicon 2>/dev/null", 0, 9}, */