From 15e8cc9aa5f24e989ff5296090b7e0b3736a9a58 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 7 Jun 2020 17:46:34 +0400 Subject: added battery block --- config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.h b/config.h index cdffaab..c69e793 100644 --- a/config.h +++ b/config.h @@ -5,6 +5,7 @@ static const Block blocks[] = { {"", "xkb-switch", 1, 0}, {"", "disk", 10, 4}, {"", "volume", 0, 9}, + {"", "battery", 5, 6}, {"", "clock", 60, 10}, }; -- cgit v1.2.3