https://github.com/fenhl/rust-bitbar
Library crate with helpers for BitBar plugins
https://github.com/fenhl/rust-bitbar
bitbar menubar rust-library
Last synced: about 1 year ago
JSON representation
Library crate with helpers for BitBar plugins
- Host: GitHub
- URL: https://github.com/fenhl/rust-bitbar
- Owner: fenhl
- License: mit
- Created: 2019-01-15T10:11:12.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T20:00:03.000Z (over 1 year ago)
- Last Synced: 2025-03-27T14:52:46.270Z (over 1 year ago)
- Topics: bitbar, menubar, rust-library
- Language: Rust
- Homepage: https://crates.io/crates/bitbar
- Size: 130 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![crates.io badge]][crates.io link] [![docs.rs badge]][docs.rs link]
This is `bitbar`, a library crate which includes helpers for writing BitBar plugins in Rust. BitBar is a system that makes it easy to add menus to the macOS menu bar. There are two apps implementing the BitBar system: [SwiftBar](https://swiftbar.app/) and [xbar](https://xbarapp.com/). This crate supports both of them, as well as [the discontinued original BitBar app](https://github.com/matryer/xbar/tree/a595e3bdbb961526803b60be6fd32dd0c667b6ec).
# Example plugins
Here are some BitBar plugins that use this library:
* [BitBar version](https://github.com/fenhl/bitbar-version)
* [Mediawiki watchlist](https://github.com/fenhl/bitbar-mediawiki-watchlist)
* [speedrun.com](https://github.com/fenhl/bitbar-speedruncom)
* [twitch.tv](https://github.com/fenhl/bitbar-twitch)
* [Wurstmineberg server status](https://github.com/wurstmineberg/bitbar-server-status)
If you have a BitBar plugin that uses this library, feel free to open a pull request to add it to this list.
[crates.io badge]: https://img.shields.io/crates/v/bitbar.svg?style=flat-square
[crates.io link]: https://crates.io/crates/bitbar
[docs.rs badge]: https://img.shields.io/badge/docs-online-dddddd.svg?style=flat-square
[docs.rs link]: https://docs.rs/bitbar