2019-03-25 00:51:45 +01:00
|
|
|
//Modify this file to change what commands output to your statusbar, and recompile using the make command.
|
2019-03-24 23:31:05 +01:00
|
|
|
static const Block blocks[] = {
|
2019-03-25 00:51:45 +01:00
|
|
|
/*Command*/ /*Update Interval*/ /*Update Signal*/
|
|
|
|
{"~/bin/statusbar/volume", 0, 10},
|
|
|
|
{"~/bin/statusbar/brightness", 0, 11},
|
|
|
|
{"~/bin/statusbar/battery", 5, 0},
|
|
|
|
{"~/bin/statusbar/clock", 5, 0},
|
2019-03-24 23:31:05 +01:00
|
|
|
};
|