From a9facd5fe9533d1294b005ed0a326eef4a720f06 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Sun, 28 Mar 2021 17:14:26 +0400 Subject: Rearranged blocks --- config.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'config.h') 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}, }; -- cgit v1.2.3