dwmblocks/config.h

15 lines
282 B
C
Raw Normal View History

2021-03-20 10:52:45 +01:00
#define CMDLENGTH 50
#define delimiter " "
static const Block blocks[] = {
2021-03-22 06:42:52 +01:00
{"sb-mail", 1800, 1},
{"sb-music", 0, 2},
{"sb-disk", 1800, 4},
{"sb-memory", 10, 3},
{"sb-loadavg", 10, 9},
{"sb-volume", 0, 5},
{"sb-battery", 5, 6},
{"sb-date", 60, 7},
{"sb-network", 5, 8},
2021-03-20 10:52:45 +01:00
};