dwmblocks/config.h

16 lines
378 B
C
Raw Normal View History

#define CMDLENGTH 50
2021-08-31 14:48:19 +03:00
#define DELIMITER "<"
2021-10-13 21:28:49 +05:30
#define TRAILING_DELIMITER
2021-03-20 15:22:45 +05:30
2021-10-12 10:06:31 +05:30
const Block blocks[] = {
2021-10-13 21:28:49 +05:30
BLOCK("sb-mail", 1800, 17)
2021-10-12 10:06:31 +05:30
BLOCK("sb-music", 0, 18)
BLOCK("sb-disk", 1800, 19)
BLOCK("sb-memory", 1800, 20)
BLOCK("sb-loadavg", 1800, 21)
BLOCK("sb-volume", 0, 22)
2021-10-12 10:06:31 +05:30
BLOCK("sb-battery", 5, 23)
BLOCK("sb-date", 1, 24)
2021-10-12 10:06:31 +05:30
BLOCK("sb-network", 5, 25)
2021-08-31 14:48:19 +03:00
};