An open API service indexing awesome lists of open source software.

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)

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
```