init
[dwmblocks.git] / blocks.def.h
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     {" ",  "",                     0 , 0},
5         {" ", "blocks_vol",              30, 0},
6         {" ", "blocks_bat",              30, 0},
7         {" ", "blocks_ram",              30, 0},
8         {" ", "blocks_mem",              30, 0},
9         {" ", "blocks_date",             60, 0},
10     {" ",  "",                     0 , 0},
11 };
12
13 //sets delimeter between status commands. NULL character ('\0') means no delimeter.
14 static char delim[] = " / ";
15 static unsigned int delimLen = 5;