22 lines
561 B
Markdown
22 lines
561 B
Markdown
# A [river-status](https://codeberg.org/river/river) client
|
|
|
|
## Original credit for this program goes to [snakedye / Bryan][1] at [https://gitlab.com/snakedye/ristate][2]
|
|
|
|
[1]: https://gitlab.com/snakedye
|
|
[2]: https://gitlab.com/snakedye/ristate
|
|
|
|
This client is useful if you want to have a module for somethig like [eww][3] or
|
|
[waybar][4] with status information like the window title, the focused tag and
|
|
the tag of views.
|
|
|
|
[3]: https://github.com/elkowar/eww
|
|
[4]: https://github.com/Alexays/Waybar
|
|
|
|
### Dependencies
|
|
- rust
|
|
|
|
## Building
|
|
```sh
|
|
cargo build
|
|
```
|