//Modify this file to change what commands output to your statusbar, and recompile using the make command. static const Block blocks[] = { /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ {"", "st-rec", 0, 2}, {"", "st-vol", 0, 1}, {"", "st-temp", 5, 0}, {"", "st-mem", 5, 0}, {"", "st-power", 5, 0}, {"", "st-disk", 30, 0}, {"", "date +%m-%d-%Y' '%R:%S", 1 , 10}, }; //sets delimiter between status commands. NULL character ('\0') means no delimiter. static char delim[] = " | "; static unsigned int delimLen = 5;