Add mode support and update dependencies

This commit is contained in:
2024-04-25 19:28:26 -07:00
parent 92e989f26c
commit 2731d486c7
3 changed files with 81 additions and 63 deletions
+15 -7
View File
@@ -1,13 +1,21 @@
# A [river-status](https://github.com/ifreund/river) client
# A [river-status](https://codeberg.org/river/river) 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.
## Original credit to this program goes to [snakedye / Bryan][1] at [https://gitlab.com/snakedye/ristate][2]
[2]: 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
```shell
git clone https://gitlab.com/snakedye/ristate.git
cd ristate
cargo build --release
```sh
cargo build
```