From 2d704e6f31e1820cd760f28be5d3d13386eb486b Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 24 Dec 2024 12:17:29 +0100 Subject: up --- config.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 7f6ab44..55dac84 100644 --- a/config.h +++ b/config.h @@ -2,16 +2,16 @@ static const Block blocks[] = { /*Icon Command Update interval Update signal*/ { "", "sb-mpd", 0, 10 }, - { "", "sb-mailbox", 0, 9 }, + /* { "", "sb-mailbox", 0, 9 }, */ { "", "sb-forecast", 3600, 8 }, - { "", "sb-disk", 90, 7 }, - { "", "sb-cpu", 1, 7 }, + { "", "sb-cpu", 5, 7 }, { "", "sb-memory", 20, 6 }, + { "", "sb-disk", 90, 7 }, { "", "sb-temp", 15, 5 }, { "", "sb-battery", 120, 6 }, { "", "sb-volume", 0, 3 }, /* { "", "sb-usb", 30, 2 }, */ - { "", "sb-tools", 5, 2 }, + /* { "", "sb-tools", 5, 2 }, */ { "", "sb-net", 5, 2 }, { "", "sb-clock", 15, 1 }, { "", "sb-os", 0, 0 }, @@ -39,7 +39,7 @@ static const Block blocks[] = { }; //Sets delimiter between status commands. NULL character ('\0') means no delimiter. -static char *predelim = " "; +static char *predelim = " "; static char *postdelim = ""; // Have dwmblocks automatically recompile and run when you edit this file in -- cgit v1.2.3