1
0
This commit is contained in:
2022-08-07 22:49:09 +02:00
commit 0c333fcf0c
17 changed files with 729 additions and 0 deletions

14
README.md Normal file
View File

@@ -0,0 +1,14 @@
# 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)