From a0c6bb2369bc4edcbea04c2805d70fc2b37307b7 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 17 Aug 2022 14:37:31 +0200 Subject: update --- config.h | 10 +++++----- 1 file 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 }, */ -- cgit v1.2.3