From 5f3b1f0b625883f521c37c5603039865572bec99 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Sun, 3 Jan 2021 08:27:21 +0100 Subject: [PATCH] signal added for torrent --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 3414876..dddace4 100644 --- a/config.h +++ b/config.h @@ -3,7 +3,7 @@ //Otherwise the last nonzero value will be used instead. This is intended behaviour as it prevents flickering static const Block blocks[] = { /*Command*/ /*Update Interval*/ /*Update Signal*/ - {"music", 60, 11}, + {"music", 0, 11}, {"cat /tmp/mucc_time 2> /dev/null || echo ''", 100, 3 }, {"appointments", 10, 8}, {"dunststatus", 10, 5 }, @@ -14,7 +14,7 @@ static const Block blocks[] = { {"memory", 2, 0 }, {"cpu", 2, 0 }, {"nettraf", 5, 0 }, - {"torrent", 6, 0 }, + {"torrent", 6, 12 }, {"getmail", 20, 13}, {"news", 600, 13}, /* {"getbright", 4, 2 },*/