3 A suckless status monitor for DWM written in pure C without any system() calls.
11 - ram usage in percent
12 - alsa volume level in percent
17 Multiple batteries, wifi cards etc. are supported and everything can be reordered and customized via a C header file (similar to DWM).
21 ![screenshot](screenshot.png)
25 Just run ```sudo make install```! :P
29 Just change config.h (commented) to your needs and recompile!
33 Put the following code in your ~/.xinitrc:
43 See TODO.md for things that you could do.
45 People who contributed are listed in the CONTRIBUTORS.md file.
47 If you want to contribute, please use [the suckless coding style](http://suckless.org/coding_style)! For indentation please use 4 spaces.