A lightweight status bar for bspwm.
Currently required nerd-fonts (Arch: ttf-nerd-fonts-symbols)
- Support multiple monitors (Xrandr)
- Render text
- Bspwm desktops
- Active window title
- Datetime
- CPU temperature
- Disk usage
- ALSA volume
- Memory usage
- CPU usage per core
- Battery support
- Backlight support
- Implements clickable label
- System Tray support
- Refactor code
- Emoji support (with color)
- Ligature support
- OpenBSD support
- FreeBSD support
- Pulseaudio support (The priority is low because pulseaudio has alsa interface)
Modify and recompile config.h like dwm, st.
You can install from AUR on Arch Linux.
Or build and install by using make and make install.
./configure
make
# debug build with AddressSanitizer
make debug
# static analyze with clang
scan-build make debug