aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h10
1 files changed, 5 insertions, 5 deletions
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