config.h (669B) - raw
1 /* modify this file to change what commands output to your statusbar, and 2 * recompile using the make command */ 3 static const Block blocks[] = { 4 /* command interval signal */ 5 { "dwmb-disk", 30, 0 }, 6 { "dwmb-backups", 3600, 5 }, 7 { "dwmb-updates", 3600, 4 }, 8 { "dwmb-backlight", 0, 2 }, 9 { "dwmb-volume", 0, 1 }, 10 { "dwmb-torrents", 30, 3 }, 11 { "dwmb-battery2", 30, 0 }, 12 { "dwmb-date", 1, 0 }, 13 }; 14 15 /* sets delimeter between status commands. NULL character ('\0') means no 16 * delimeter */ 17 static char delim[] = " | ";