Skip to content
/ RGBmon Public

📈 System monitoring tool and effects engine that colors your hardware

License

Notifications You must be signed in to change notification settings

inlart/RGBmon

Repository files navigation

RGBmon

PyPI Status CI Documentation Status

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.

Installation

  • Install and set up OpenRGB
  • pip install --user rgbmon

Usage

  • 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.

Dependencies