summaryrefslogtreecommitdiff
path: root/config.h
blob: bd377c1aaca87154e2f612d3a451382fe9c004f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//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*/
    {"",        "pacpackages",      3600,               3},
    {"",        "volume",           0,                  9},
    {"",        "battery",          10,                 6},
    {"",        "xkb-switch",       1,                  0},
    {"",        "clock",            60,                 10},
};

//sets delimeter between status commands. NULL character ('\0') means no delimeter.
static char *delim = " | ";