add tray
[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_tray",         60, 0},
6         {"", "blocks_vol",          0 , 10},
7         {"", "blocks_bat",          30, 0},
8         {"", "blocks_ram",          30, 0},
9         {"", "blocks_mem",          30, 0},
10         {"", "blocks_date",                 60, 0},
11     {"", "echo ' パイノソ― '",   0 , 0},
12
13
14 };
15
16 //sets delimeter between status commands. NULL character ('\0') means no delimeter.
17 static char delim[] = " / ";
18 static unsigned int delimLen = 5;