RGBmon is a system monitoring tool that lights up your components to indicate system status.
Note: Only use modes on devices that can handle frequent color updates. If the device supports such updates they are often refered to as direct mode.
- Install and set up OpenRGB
pip install --user rgbmon
- Start the OpenRGB SDK server
- Run RGBmon
rgbmon-cli --config=path/to/config.json
RGBmon always needs a path to a valid configuration in the json format.
The project provides sample configurations in the examples/
directory which you can try.
If you want to create your own configuration file please have a look at the documentation.
- Python >=3.7
- OpenRGB
- openrgb-python