config.h (1081B)
1 //Modify this file to change what commands output to your statusbar, and recompile using the make command. 2 static const Block blocks[] = { 3 /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ 4 {"", "bar-mail", 5, 10 }, 5 {"", "bar-lang", 0, 11 }, 6 {"", "bar-bluetooth",5, 9 }, 7 {"", "bar-volume", 0, 8 }, 8 {"", "bar-internet", 5, 7 }, 9 {"", "bar-battery", 180, 3 }, 10 {"", "bar-mem", 5, 5 }, 11 {"", "bar-cpu", 5, 4 }, 12 {"", "bar-vpn", 0, 6 }, 13 {"", "bar-vpn-clock",1, 12 }, 14 {"", "bar-clock", 1, 1 }, 15 /*{"", "bar-weather", 600, 2 },*/ 16 }; 17 18 //Sets delimiter between status commands. NULL character ('\0') means no delimiter. 19 static char *delim = " ";