2024-04-25 19:28:26 -07:00
|
|
|
# A [river-status](https://codeberg.org/river/river) client
|
2021-05-24 15:05:16 -07:00
|
|
|
|
2024-04-28 06:36:50 -07:00
|
|
|
## Original credit for this program goes to [snakedye / Bryan][1] at [https://gitlab.com/snakedye/ristate][2]
|
2024-04-25 19:28:26 -07:00
|
|
|
|
2024-04-25 19:33:13 -07:00
|
|
|
[1]: https://gitlab.com/snakedye
|
2024-04-25 19:28:26 -07:00
|
|
|
[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
|
2021-05-24 15:05:16 -07:00
|
|
|
|
|
|
|
### Dependencies
|
|
|
|
- rust
|
|
|
|
|
|
|
|
## Building
|
2024-04-25 19:28:26 -07:00
|
|
|
```sh
|
|
|
|
cargo build
|
|
|
|
```
|