Skip to content

5 - OpenRGB profiles and changing backgrounds

Compare
Choose a tag to compare
@sparten11740 sparten11740 released this 14 Feb 20:00
· 30 commits to main since this release

General

  • Rename cli argument --list-devices to --info as it evolved into a more generic way of showing dynamic information on configured sinks (such as available profiles in case of OpenRGB or file names in the RelativeTo directory of the Wallpaper sink)
  • Parameter --config is no longer required. If not provided, the default config file allmylightsrc.json will be assumed in the same directory where the executable resides.

OpenRGBSink

  • The OpenRGBSink now supports loading of profiles. Any string ending in .orp consumed by the sink will be sent as a load profile request to your OpenRGB instance.

Sinks

  • Add Wallpaper sink that applies a desktop background based on the input value received (file path)

Transformations

  • Add Expression transformation to support use cases that require advanced logic