odknt / bspwmbar

A lightweight status bar for bspwm.
ISC License
92 stars 11 forks source link
bspwm statusbar systray

bspwmbar

AUR Version AUR License

A lightweight status bar for bspwm.

Currently required nerd-fonts (Arch: ttf-nerd-fonts-symbols)

bspwmbar.png

Features and TODO

Configure

Modify and recompile config.h like dwm, st.

Install

You can install from AUR on Arch Linux.

Or 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