Skip to content

odknt/bspwmbar

Repository files navigation

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

  • 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)

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