dwmblocks/config.h

19 lines
605 B
C

//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*/
{"", "music", 3600, 11},
{"", "getpomminutesft", 100, 3},
{"", "getpomminutes", 100, 3},
/* {"", "weather", 3600, 5},*/
{"", "cpu", 5, 0},
{"", "getmail", 20, 13},
{"", "news", 600, 13},
{"", "getbright", 4, 2},
{"", "volume", 1, 10},
{"", "clock", 10, 0},
{"", "internet", 10, 0},
};
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
static char delim = '|';