8 lines
207 B
C
8 lines
207 B
C
static const Block blocks[] = {
|
|
// <i> <cmd> <int> <sig>
|
|
{"", "sb-battery", 5, 0},
|
|
{"", "date +'%a %d/%m %I:%M %P'", 5, 0},
|
|
};
|
|
|
|
static char delim[] = " | ";
|
|
static unsigned int delimLen = 5;
|