1
0
Files
cloud-flight-tray/README.md
2022-08-07 22:49:09 +02:00

14 lines
741 B
Markdown

# cloud-flight-tray
A tray service for the HyperX Cloud Flight headset
## Prerequisites
Requires at least Java `>=18`.
## Install
First, build the project by invoking `mvn package`. Then copy the result artifact `target/cloud-flight-tray-X.jar` to
`~/.local/share/java/cloud_flight_tray/cloud-flight-tray.jar`. After that copy the systemd template service from
`tools/template-cloud-flight-tray.service` to `~/.config/systemd/user/cloud-flight-tray.service`. Finally, reload the
systemd services via `systemctl --user daemon-reload` and start the service via `systemctl --user enable --now cloud-flight-tray`
## Links
This project was heavily inspired by [kondinskis/hyperx-cloud-flight](https://github.com/kondinskis/hyperx-cloud-flight)