diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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}, }; |