summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/config.h b/config.h
index c9d30ea..bd377c1 100644
--- a/config.h
+++ b/config.h
@@ -2,10 +2,9 @@
static const Block blocks[] = {
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
{"", "pacpackages", 3600, 3},
- {"", "xkb-switch", 1, 0},
- {"", "disk", 10, 4},
{"", "volume", 0, 9},
- {"", "battery", 5, 6},
+ {"", "battery", 10, 6},
+ {"", "xkb-switch", 1, 0},
{"", "clock", 60, 10},
};