Modular status bar for dwm written in c.
Allow delimiter to be multiple characters long.
The statusbar is made from text output from commandline programs. Blocks are added and removed by editing the blocks.h header file.
To update a block, use kill -val $(pidof dwmblocks)
where val is the update signal plus 34 or pkill -RTMIN+val
where val is the update signal. Multiple commands can use the same update signal.