Skip to content

v0.0.4 - Profiles

Compare
Choose a tag to compare
@jath03 jath03 released this 09 Jun 23:13
· 163 commits to master since this release

This update allows you to save and load OpenRGB profiles. Saved profiles can be accessed by the OpenRGB gui application when placed in the ~/.config/OpenRGB directory. Also, now mode information will be more accurate because it now filters out garbage data by actually paying attention to the ModeFlags.

from openrgb import OpenRGBClient
cli = OpenRGBClient()

cli.load_profile("rainbow") # "rainbow" could be any profile created either from the GUI or this client
from openrgb import OpenRGBClient
cli = OpenRGBClient()

cli.clear()
cli.save_profile("off") # this profile can now be accessed from the GUI application once you restart it