NOTE: this repo is no longer maintained. I've now switched to a Golang implementation of the same bar so all the new features and bugfixes are implemented there. https://github.com/snobb/dwmstatus
Super simple status bar for DWM (for linux).
Gets autoconfigured during make.
The default compiler is clang. The program can be built with any sane C compiler (gcc, tcc, etc). Eg.:
make CC=gcc
PLEASE NOTE: The makefile will try to infer the wifi interface name, but may require manual change in case the net.ifnames is enabled (predictable interface names)