Initial
This commit is contained in:
14
README.md
Normal file
14
README.md
Normal 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)
|
||||
Reference in New Issue
Block a user