https://github.com/rnd-ash/razer-control-center
Cross platform control center for Razer hardware - Written in Rust
https://github.com/rnd-ash/razer-control-center
control fan hardware laptop linux osx razer rgb windows
Last synced: 3 months ago
JSON representation
Cross platform control center for Razer hardware - Written in Rust
- Host: GitHub
- URL: https://github.com/rnd-ash/razer-control-center
- Owner: rnd-ash
- Created: 2021-06-09T07:04:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-17T22:16:44.000Z (over 4 years ago)
- Last Synced: 2025-03-20T13:26:53.690Z (7 months ago)
- Topics: control, fan, hardware, laptop, linux, osx, razer, rgb, windows
- Language: Rust
- Homepage:
- Size: 16.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# razer-control-center
A Linux Control center for Razer hardware - Written in Rust!
## Install
TBA
## Directory structure
* [gui](gui/) Graphical interface
* [cli](cli/) Command line interface (ncurses)
* [daemon](daemon/) Daemon (Service) for the application/cli
* [common](common/) Common code for all components