dwmblocks/config.h

17 lines
417 B
C
Raw Normal View History

#define CMDLENGTH 45
#define DELIMITER " "
2021-10-17 07:28:15 +05:30
#define CLICKABLE_BLOCKS
2021-03-20 15:22:45 +05:30
2021-10-12 10:06:31 +05:30
const Block blocks[] = {
2022-01-02 23:47:27 +05:30
BLOCK("sb-mail", 1800, 17),
BLOCK("sb-music", 0, 18),
BLOCK("sb-disk", 1800, 19),
BLOCK("sb-memory", 10, 20),
BLOCK("sb-loadavg", 5, 21),
BLOCK("sb-mic", 0, 26),
2022-01-16 22:49:08 +05:30
BLOCK("sb-record", 0, 27),
2022-01-02 23:47:27 +05:30
BLOCK("sb-volume", 0, 22),
BLOCK("sb-battery", 5, 23),
2022-01-16 22:49:08 +05:30
BLOCK("sb-date", 1, 24)
2021-08-31 14:48:19 +03:00
};