From b68262e7348fc68102c5edba7a94e317ba669089 Mon Sep 17 00:00:00 2001 From: zachir Date: Sun, 27 Jun 2021 20:40:33 -0500 Subject: Temporarily add timers to volume, clock, and music to support OpenBSD's signal weirdness; also remove pacpackages --- config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 7c027cb..2f7c63c 100644 --- a/config.h +++ b/config.h @@ -3,8 +3,8 @@ static const Block blocks[] = { /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ /* {"", "cat /tmp/recordingicon 2>/dev/null", 0, 9}, */ {"", "mailbox", 900, 23}, - {"", "music", 0, 11}, - {"", "pacpackages", 0, 8}, + {"", "music", 10, 11}, + /* {"", "pacpackages", 10, 8}, */ /* {"", "xidlechk", 0, 19}, */ /* {"", "news", 0, 6}, */ /* {"", "crypto", 0, 13}, */ @@ -18,9 +18,9 @@ static const Block blocks[] = { /* {"", "weather", 18000, 5}, */ {"", "mailbox", 180, 12}, /* {"", "nettraf", 1, 16}, */ - {"", "volume", 0, 10}, + {"", "volume", 5, 10}, {"", "battery", 5, 3}, - {"", "clock", 0, 1}, + {"", "clock", 15, 1}, /* {"", "internet", 5, 4}, */ /* {"", "help-icon", 0, 15}, */ }; -- cgit v1.2.3