summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2020-06-07 17:46:34 +0400
committerAndrew <saintruler@gmail.com>2020-06-07 17:46:34 +0400
commit15e8cc9aa5f24e989ff5296090b7e0b3736a9a58 (patch)
treedc43deff975c5acecc45586aab2f7f609b41eb3f
parentf8b19c6f4aa35dd52f2a9e661fbf236e6cf8d8f6 (diff)
added battery block
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
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},
};