All Projects → odknt → bspwmbar

odknt / bspwmbar

Licence: ISC license
A lightweight status bar for bspwm.

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to bspwmbar

connectr
A super lightweight Spotify controller
Stars: ✭ 100 (+42.86%)
Mutual labels:  systray
dotfiles
Personal dotfiles for my Arch / BSPWM install.
Stars: ✭ 46 (-34.29%)
Mutual labels:  bspwm
dotfiles
Config files for my setup
Stars: ✭ 289 (+312.86%)
Mutual labels:  bspwm
NativeScript-Status-Bar
A simple NativeScript plugin for controlling status bar visibility.
Stars: ✭ 15 (-78.57%)
Mutual labels:  statusbar
dotfiles
My personal configuration files
Stars: ✭ 120 (+71.43%)
Mutual labels:  bspwm
linux-gui-legacy
(Discontinued in favor of official client) GTK3 GUI client with systray, for ProtonVPN. Works on top of linux-cli.
Stars: ✭ 181 (+158.57%)
Mutual labels:  systray
hasmail
Simple tray icon for detecting new email on IMAP servers
Stars: ✭ 29 (-58.57%)
Mutual labels:  systray
dotfiles bspwm
Arch bspwm rice
Stars: ✭ 31 (-55.71%)
Mutual labels:  bspwm
dotfiles
Config files for my linux rice
Stars: ✭ 60 (-14.29%)
Mutual labels:  bspwm
tailscale-ui
Tailscale UI for Ubuntu
Stars: ✭ 56 (-20%)
Mutual labels:  statusbar
right-window
Utility to move the focus between windows following cardinal directions
Stars: ✭ 18 (-74.29%)
Mutual labels:  bspwm
dotfiles
Command-line lovers unite! I'm sharing my dotfiles, so you don't have to be me and spend years tweaking configuration files for the best developer experience. Enjoy!
Stars: ✭ 38 (-45.71%)
Mutual labels:  bspwm
buzz
A simple system tray application for notifying about unseen e-mail
Stars: ✭ 123 (+75.71%)
Mutual labels:  systray
tint3
A C++ rewrite of the tint2 panel
Stars: ✭ 39 (-44.29%)
Mutual labels:  systray
dotfiles
Messy configuration repository / Gentoo / Coreboot / XMonad / Ergodox / Home Cooked ZSH microframework / Eye candy stuff / Miscellaneous hacks
Stars: ✭ 43 (-38.57%)
Mutual labels:  bspwm
dwm
Salonia Matteo's build of dwm + dwmblocks + included scripts; dwm & dwmblocks forked from Luke Smith
Stars: ✭ 25 (-64.29%)
Mutual labels:  systray
bspwm rice
bspwm confs and rice
Stars: ✭ 31 (-55.71%)
Mutual labels:  bspwm
dotfiles
Dotfiles
Stars: ✭ 25 (-64.29%)
Mutual labels:  bspwm
blue-sky
A clean and blue BSPWM setup
Stars: ✭ 267 (+281.43%)
Mutual labels:  bspwm
dotstow
dotfiles managed with stow
Stars: ✭ 60 (-14.29%)
Mutual labels:  bspwm

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].