dwmblocks/config.h

12 lines
427 B
C
Raw Permalink Normal View History

2022-02-19 22:22:46 +00:00
#define CMDLENGTH 100
#define DELIMITER "^c#D6DEEB^ | "
2022-01-08 17:15:46 +00:00
const Block blocks[] = {
2022-02-19 22:22:46 +00:00
BLOCK("echo ^c#56B6C2^$(sb-volume)", 0, 1)
BLOCK("echo ^c#C678DD^$(sb-disk)", 1, 2)
BLOCK("echo ^c#D19A66^$(sb-memory)", 1, 3)
BLOCK("echo ^c#61AFEF^$(sb-cpu) $(sb-temp)", 5, 4)
BLOCK("echo ^c#98C379^$(sb-kernel)", 5, 5)
BLOCK("echo ^c#E06C75^$(sb-clock)", 1, 6)
2022-01-08 17:15:46 +00:00
};