An open API service indexing awesome lists of open source software.

https://github.com/wezm/bar

A bar that lives in the awesome window manager wibar
https://github.com/wezm/bar

awesomewm rust

Last synced: 9 months ago
JSON representation

A bar that lives in the awesome window manager wibar

Awesome Lists containing this project

README

          

# bar

This is a small Rust program that uses [unixbar] to generate some status info. It is used by
[awesome] to show audio volume, battery level, and weather info.

Screen show of bar in action

See my [rc.lua] for how it's used from awesome.

## Dependencies

### FreeBSD

* dbus
* pkgconfig
* xcb
* python3 :(

[unixbar]: https://github.com/myfreeweb/unixbar
[awesome]: https://awesomewm.org/
[rc.lua]: https://github.com/wezm/dotfiles/blob/3e773263c0222a8b956923164e8e08438865cd55/config/awesome/rc.lua#L215-L227