From bca25877281f52b70d50767ab23534bf0f1aeade Mon Sep 17 00:00:00 2001 From: Jakub Date: Wed, 11 Jan 2023 12:43:17 -0500 Subject: [PATCH] add battery and brighness blocks - off by default --- blocks.def.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blocks.def.h b/blocks.def.h index 75bead5..936f6e0 100644 --- a/blocks.def.h +++ b/blocks.def.h @@ -7,6 +7,8 @@ static const Block blocks[] = { {"", "bar-weather", 3600, 9}, {"", "bar-cpu", 3, 0}, {"", "bar-ram", 3, 0}, + /* {"", "bar-battery", 3, 0}, */ + /* {"", "bar-brightness", 0, 11}, */ {"", "bar-bluetooth", 1, 0}, {"", "bar-network", 1, 0}, {"", "bar-volume", 0, 10},