14 lines
431 B
Markdown
14 lines
431 B
Markdown
# A [river](https://github.com/ifreund/river)-status client
|
|
|
|
This client is useful if you want to have a module for somethig like [eww](https://github.com/elkowar/eww) or [waybar](https://github.com/Alexays/Waybar) with status information like the window title, the focused tag and the tag of views.
|
|
|
|
### Dependencies
|
|
- rust
|
|
|
|
## Building
|
|
|
|
```shell
|
|
git clone https://gitlab.com/snakedye/ristate.git
|
|
cd ristate
|
|
cargo build --release
|