dwmblocks

status bar for dwm
git clone https://git.beauhilton.com/dwmblocks.git
Log | Files | Refs | README | LICENSE

config.h (534B)


      1 static const Block blocks[] = {
      2 	/*Command*/	/*Update Interval (seconds)*/	/*Update Signal*/
      3 	/* {"cat /tmp/recordingicon 2>/dev/null",	0,	9}, */
      4 	{"pacpackages",	0,	8},
      5 	{"volume",	0,	10},
      6 	{"battery",	5,	3},
      7 	{"internet",	5,	4},
      8 	{"clock",	60,	1},
      9         /* {"music",	0,	10}, */
     10 	/* {"torrent",	20,	7}, */
     11 	/* {"memory",	10,	14}, */
     12 	/* {"cpu",		10,	13}, */
     13 	/* {"weather",	18000,	5}, */
     14 	/* {"mailbox",	180,	12}, */
     15 };
     16 
     17 //sets delimeter between status commands. NULL character ('\0') means no delimeter.
     18 static char delim = '|';
     19