capybar 0.3.0

Wayland native toolbar
Documentation
# Basic bar
Contains basic bar implementaition

Example uses systems mono font for text and JetBrainsNerd font for emoji like battery symbol

## The basic example looks like this:
![Screenshot of the basic example bar](./bar.png)
## Usage
Build the example with
```
cargo build --release --example basic
```
Then find executable at ```capybar/target/release/example/basic```

Or run the example with
```
cargo run --release --example basic
```