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,28 +1,28 @@
//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*/
/* {"", "cat /tmp/recordingicon 2>/dev/null", 0, 9}, */
{"", "music", 0, 11},
/* {"", "pacpackages", 0, 8}, */
{"", "news", 300, 6},
/* {"", "crypto", 0, 13}, */
/* {"", "price bat \"Basic Attention Token\" 🦁", 0, 20}, */
/* {"", "price btc Bitcoin 💰", 0, 21}, */
/* {"", "price lbc \"LBRY Token\" 📚", 0, 22}, */
/* {"", "torrent", 20, 7}, */
{"", "memory", 10, 14},
{"", "cpu", 10, 18},
{"", "disk", 10, 19},
{"", "moonphase", 18000, 17},
/* {"", "weather", 18000, 5}, */
/* {"", "mailbox", 180, 12}, */
{"", "nettraf", 1, 16},
{"", "iplocate", 0, 12},
{"", "volume", 0, 10},
/* {"", "battery", 5, 3}, */
{"", "clock", 1, 1},
/* {"", "internet", 5, 4}, */
/* {"", "help-icon", 0, 15}, */
/* Icon, Command, Update Interval, Update Signal */
/* {"", "cat /tmp/recordingicon 2>/dev/null", 0, 9}, */
{"", "music", 10, 11},
/* {"", "pacpackages", 0, 8}, */
{"", "news", 300, 6},
/* {"", "crypto", 0, 13}, */
/* {"", "price bat \"Basic Attention Token\" 🦁", 0, 20}, */
/* {"", "price btc Bitcoin 💰", 0, 21}, */
/* {"", "price lbc \"LBRY Token\" 📚", 0, 22}, */
/* {"", "torrent", 20, 7}, */
{"", "memory", 10, 14},
{"", "cpu", 10, 18},
{"", "disk", 10, 19},
{"", "moonphase", 18000, 17},
/* {"", "weather", 18000, 5}, */
/* {"", "mailbox", 180, 12}, */
{"", "nettraf", 1, 16},
{"", "iplocate", 0, 12},
{"", "volume", 0, 10},
/* {"", "battery", 5, 3}, */
{"", "clock", 1, 1},
/* {"", "internet", 5, 4}, */
/* {"", "help-icon", 0, 15}, */
};
//Sets delimiter between status commands. NULL character ('\0') means no delimiter.