Change update intveral of music to 10s
This commit is contained in:
parent
19b903ae44
commit
a23dd7cbd1
4
config.h
4
config.h
@ -1,8 +1,8 @@
|
||||
//Modify this file to change what commands output to your statusbar, and recompile using the make command.
|
||||
static const Block blocks[] = {
|
||||
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
|
||||
/* Icon, Command, Update Interval, Update Signal */
|
||||
/* {"", "cat /tmp/recordingicon 2>/dev/null", 0, 9}, */
|
||||
{"", "music", 0, 11},
|
||||
{"", "music", 10, 11},
|
||||
/* {"", "pacpackages", 0, 8}, */
|
||||
{"", "news", 300, 6},
|
||||
/* {"", "crypto", 0, 13}, */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user