blocks.def.h 731 B

12345678910111213141516171819
  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. {"  ", "/opt/dwmblocks/scripts/kernel", 360, 2},
  5. {"  ", "/opt/dwmblocks/scripts/upt", 60, 2},
  6. {"  ", "/opt/dwmblocks/scripts/pacupdate", 360, 9},
  7. {"  ", "/opt/dwmblocks/scripts/memory", 6, 1},
  8. {"  ", "/opt/dwmblocks/scripts/volume", 2, 10},
  9. {"  ", "/opt/dwmblocks/scripts/clock", 5, 0},
  10. };
  11. //sets delimeter between status commands. NULL character ('\0') means no delimeter.
  12. static char delim = '|';