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
- Host: GitHub
- URL: https://github.com/wezm/bar
- Owner: wezm
- Created: 2018-12-09T07:50:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-14T04:09:51.000Z (almost 3 years ago)
- Last Synced: 2025-02-28T21:33:00.272Z (10 months ago)
- Topics: awesomewm, rust
- Language: Rust
- Size: 67.4 KB
- Stars: 14
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.

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