blob: 3b47bcd953e42637a6d51a453148c934295d0bba (
plain)
1
2
3
4
5
6
7
8
|
//Modify this file to change what commands output to your statusbar, and recompile using the make command.
static const Block blocks[] = {
/*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},
};
|