aarnt / bspwmbar

A lightweight status bar for bspwm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bspwmbar

AUR Version AUR License

A lightweight status bar for bspwm.

This is derived work from odknt's bspwmbar with updates for OpenBSD.

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

About

A lightweight status bar for bspwm

License:ISC License


Languages

Language:C 99.4%Language:Makefile 0.6%