diff options
-rw-r--r-- | config.h | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 }, */ |