]> git.armaanb.net Git - dwmblocks.git/blob - blocks.h
Added function declarations and renamed setrootcmd to statusstr.
[dwmblocks.git] / blocks.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         /*Command*/             /*Update Interval*/     /*Update Signal*/
4         {"~/bin/statusbar/volume",      0,              10},
5         {"~/bin/statusbar/brightness",  0,              11},
6         {"~/bin/statusbar/battery",     5,              0},
7         {"~/bin/statusbar/clock",       5,              0},
8 };