From 2e28a5bbd137d88e74eddf2c171537f9d2e3e6d9 Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Thu, 17 Feb 2022 20:31:49 -0500 Subject: Added new statusbar script --- config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.h b/config.h index 24c8a6b..1213f6a 100644 --- a/config.h +++ b/config.h @@ -26,7 +26,8 @@ static const Block blocks[] = { {"", "sb-network", 5, 1}, {"", "sb-volume", 0, 10}, {"", "sb-sysinfo", 5, 14}, - {"", "sb-battery", 5, 3}, + {"", "sb-indicators", 0, 11}, + //{"", "sb-battery", 5, 3}, }; //Sets delimiter between status commands. NULL character ('\0') means no delimiter. -- cgit v1.2.3