summaryrefslogtreecommitdiff
path: root/blocks.h
blob: 7a5a32f691e82350b603dda95b26d42f214c7d25 (plain)
1
2
3
4
5
6
7
8
9
//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*/
	{"", "date '+%b %d (%a) %I:%M%p'",					5,		0},
};

//sets delimeter between status commands. NULL character ('\0') means no delimeter.
static char delim[] = " | ";
static unsigned int delimLen = 5;