2019-03-24 23:51:45 +00:00
|
|
|
//Modify this file to change what commands output to your statusbar, and recompile using the make command.
|
2019-03-24 22:31:05 +00:00
|
|
|
static const Block blocks[] = {
|
2020-04-23 00:09:51 +00:00
|
|
|
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
|
2020-05-30 05:44:06 +00:00
|
|
|
/* {"", "music", 0, 11},*/
|
2021-03-14 05:48:50 +00:00
|
|
|
/* {"", "pacpackages", 0, 8}, */
|
2020-04-23 00:09:51 +00:00
|
|
|
/* {"", "memory", 10, 14}, */
|
2021-03-14 05:48:50 +00:00
|
|
|
/* {"", "weather", 18000, 5}, */
|
|
|
|
/* {"", "mailbox", 180, 12}, */
|
2020-05-04 19:26:24 +00:00
|
|
|
/* {"", "nettraf", 1, 16}, */
|
2021-03-14 05:48:50 +00:00
|
|
|
/* {"", "volume", 0, 10}, */
|
|
|
|
/* {"", "internet", 5, 4}, */
|
|
|
|
{"", "stalonetray.sh", 0, 27},
|
|
|
|
{"", "cpupercent.sh", 1, 19},
|
2020-05-08 00:35:49 +00:00
|
|
|
{"", "battery", 5, 3},
|
2021-03-14 05:48:50 +00:00
|
|
|
{"", "clock", 1, 1},
|
2019-09-21 19:34:35 +00:00
|
|
|
};
|