signal added for torrent

This commit is contained in:
Alexander Bocken 2021-01-03 08:27:21 +01:00
parent d04e43954a
commit 5f3b1f0b62
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -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 },*/