You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
344 B
C

//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},
};