https://github.com/s-rayleigh/rice
Tool for configuring SteelSeries Rival 700 on Linux.
https://github.com/s-rayleigh/rice
config linux rice rival rival700 rust rust-lang rust-language steelseries tool
Last synced: 6 months ago
JSON representation
Tool for configuring SteelSeries Rival 700 on Linux.
- Host: GitHub
- URL: https://github.com/s-rayleigh/rice
- Owner: s-rayleigh
- License: gpl-3.0
- Created: 2016-11-12T11:51:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T13:11:51.000Z (over 7 years ago)
- Last Synced: 2025-03-23T23:15:22.968Z (7 months ago)
- Topics: config, linux, rice, rival, rival700, rust, rust-lang, rust-language, steelseries, tool
- Language: Rust
- Size: 1.95 MB
- Stars: 7
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Rice
====
Rice is a tool to configure SteelSeries Rival 700 mouse under the Linux operating system.Usage
-----
For now, it's only possible to set logo and wheel color.### Commands
To change the light color of the mouse wheel enter:
```
# rice wheel-color
```To change the light color of the mouse logo enter:
```
# rice logo-color
```Color should be `red` or `green` or `blue` or the `HEX RGB`.
Example:
```
# rice logo-color "#FF8B00"
```Build
-----
1. Make sure you have installed `rust` compiler and `cargo`.
2. Run
```
$ git clone https://github.com/s-rayleigh/rice.git`
$ cd rice
$ cargo build --release
```
3. Rice should be in `target/release` directory.Copyright and license
---------------------
Copyright 2016-2018 Vladislav Pashaiev.Code of the Rice project distributed under the terms of GPL-3.0 license. See [COPYING](COPYING) for details.