https://github.com/grvn/river-status
En klient för att hämta statusinformation från river (wayland compositor)
https://github.com/grvn/river-status
river riverwm rust utility wayland
Last synced: 8 months ago
JSON representation
En klient för att hämta statusinformation från river (wayland compositor)
- Host: GitHub
- URL: https://github.com/grvn/river-status
- Owner: grvn
- License: gpl-3.0
- Created: 2025-03-06T16:50:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-13T21:04:36.000Z (8 months ago)
- Last Synced: 2025-10-20T09:58:18.126Z (8 months ago)
- Topics: river, riverwm, rust, utility, wayland
- Language: Rust
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# A status information client for [river](https://github.com/riverwm/river)
This client is designed to be used with [yambar](https://codeberg.org/dnkl/yambar) or [eww](https://github.com/elkowar/eww) or any other thing that could benefit from status information about tags, windows etc. from river.
## Building
### Dependencies
- rust
> *__NOTE__*: This repo uses [river/protocol](https://github.com/riverwm/river/tree/master/protocol) as a submodule.
```shell
git clone --recursive git@github.com:grvn/river-status.git
cd river-status
cargo build --release
```
## Linting
```shell
cargo clippy --all-targets
```