Add mode support and update dependencies
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user