| Crates.io | hyperrust |
| lib.rs | hyperrust |
| version | 0.1.4 |
| created_at | 2024-08-16 20:16:39.271278+00 |
| updated_at | 2024-09-22 21:13:48.417201+00 |
| description | RGB utility for HyperX Alloy Origins 60 keyboard |
| homepage | |
| repository | https://github.com/EriksRemess/hyperrust |
| max_upload_size | |
| id | 1340810 |
| size | 28,400 |
RGB utility for HyperX Alloy Origins 60 keyboard
cargo install hyperrust
hyperrust --help # show help
hyperrust --color D17A00 # set color to orange, hex format or "#D17A00"
hyperrust -a FF0000 -b FFFFFF # set animated gradient from red to white
hyperrust --theme default # set theme, currently only default is available
hyperrust --rainbow # rainbow effect
hyperrust --rainbow & # run in background
As app needs to be running all the time to keep the effect, it is recommended to run it in background. Otherwise press ctrl+c to close the app and stop the effect.
If you are getting Permission denied error, you can add udev rules to fix it. Copy 99-hyperx.rules to /etc/udev/rules.d/99-hyperx.rules and run sudo udevadm control --reload-rules && sudo udevadm trigger to apply the changes.