From ebadbaa272f877935b2e5ded42af97764610ca85 Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Thu, 6 Oct 2022 17:22:12 -0400 Subject: OpenBSD --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 1213f6a..2af949d 100644 --- a/config.h +++ b/config.h @@ -24,10 +24,10 @@ static const Block blocks[] = { {"", "sb-time", 60, 1}, {"", "sb-forecast", 10000, 1}, {"", "sb-network", 5, 1}, - {"", "sb-volume", 0, 10}, + {"", "sb-volume", 1, 10}, {"", "sb-sysinfo", 5, 14}, - {"", "sb-indicators", 0, 11}, - //{"", "sb-battery", 5, 3}, + {"", "sb-indicators", 1, 11}, + {"", "sb-battery", 5, 3}, }; //Sets delimiter between status commands. NULL character ('\0') means no delimiter. -- cgit v1.2.3