config.def.h (529B) - 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 {"free -h | awk '/^Mem/ { print \"Mem: \"$3\"/\"$2 }' | sed s/i//g", 30, 0}, 6 {"date '+%b %d (%a) %I:%M%p'", 5, 0}, 7 }; 8 9 /* sets delimeter between status commands. NULL character ('\0') means no 10 * delimeter */ 11 static char delim[] = " | ";