dwmblocks/blocks.h
2024-08-31 13:49:26 +03:00

10 lines
303 B
C

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