wmbar
WMBar is a window manager agnostic status bar that aims to be lightweight, simple, extensible/modular and fast.
This work is based on bspwmbar by @odknt
Currently required nerd-fonts
Model
Features and TODO
Configure
Modify and recompile config.h
like dwm
, st
.
Install
Build and install by using make
and make install
.
Build & Debug
./configure
make
# debug build with AddressSanitizer
make debug
# static analyze with clang
scan-build make debug