https://github.com/purefunctor/oxide-bar
A simple framework for configuring lemonbar programmatically through Rust
https://github.com/purefunctor/oxide-bar
Last synced: about 1 year ago
JSON representation
A simple framework for configuring lemonbar programmatically through Rust
- Host: GitHub
- URL: https://github.com/purefunctor/oxide-bar
- Owner: purefunctor
- License: bsd-3-clause
- Created: 2021-09-27T11:52:16.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-27T11:52:39.000Z (almost 5 years ago)
- Last Synced: 2025-03-20T05:15:20.571Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oxide-bar
A simple framework for configuring `lemonbar` programmatically through
Rust.
I wanted to be able to configure `lemonbar` in a language with
high-level, low-cost abstractions, which Rust has.
Each section in the bar can be represented by some data type that
implements the `Section` trait. Its `start` method allows some string
to be passed to the `Renderer` to be piped to `lemonbar`.