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

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