summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAndrew Guschin <saintruler@gmail.com>2021-03-28 17:14:26 +0400
committerAndrew Guschin <saintruler@gmail.com>2021-03-28 17:14:26 +0400
commita9facd5fe9533d1294b005ed0a326eef4a720f06 (patch)
tree8d750709fe81f6bf3d21426d83022d41f89f9ee6 /config.h
parent8e4f3e1603bb123d1a5eb33d53fa92bde616377c (diff)
Rearranged blocks
Diffstat (limited to 'config.h')
-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},
};