Change update intveral of music to 10s

This commit is contained in:
Tobias Eidelpes 2021-08-09 12:56:52 +02:00
parent 19b903ae44
commit a23dd7cbd1

View File

@ -1,8 +1,8 @@
//Modify this file to change what commands output to your statusbar, and recompile using the make command. //Modify this file to change what commands output to your statusbar, and recompile using the make command.
static const Block blocks[] = { static const Block blocks[] = {
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ /* Icon, Command, Update Interval, Update Signal */
/* {"", "cat /tmp/recordingicon 2>/dev/null", 0, 9}, */ /* {"", "cat /tmp/recordingicon 2>/dev/null", 0, 9}, */
{"", "music", 0, 11}, {"", "music", 10, 11},
/* {"", "pacpackages", 0, 8}, */ /* {"", "pacpackages", 0, 8}, */
{"", "news", 300, 6}, {"", "news", 300, 6},
/* {"", "crypto", 0, 13}, */ /* {"", "crypto", 0, 13}, */