dwmblocks/config.h

15 lines
286 B
C
Raw Normal View History

2021-03-20 10:52:45 +01:00
#define CMDLENGTH 50
2021-04-13 07:35:21 +02:00
#define delimiter "  "
2021-03-20 10:52:45 +01:00
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},
2021-04-13 07:35:21 +02:00
{"sb-date", 20, 7},
2021-03-22 06:42:52 +01:00
{"sb-network", 5, 8},
2021-03-20 10:52:45 +01:00
};