Skip to content
/ larry-rgb Public

larry-rgb is a plugin for larry that pics colors from your (background) image and smoothly transitions your LEDs from color to color.

License

Notifications You must be signed in to change notification settings

enku/larry-rgb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

123 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

larry-rgb: A larry plugin to change your computer's RGBs

larry-rgb demo

Tap on the above image for a video demonstration.

larry-rgb is a plugin for larry that pics colors from your (background) image and smoothly transitions your LEDs from color to color.

Usage

Make sure you have machine running OpenRGB. This will typically be on the same machine that you'll be running larry on.

  1. Install larry.

Install larry-rgb:

pip install git+https://github.com/enku/larry-rgb
  1. Add larry_rgb to your list of larry plugins, e.g.:

    # ~/.config/larry.cfg
    
    [larry]
    ...
    plugins = gnome_shell vim larry_rgb
    

    In addition you can add configuration for the plugin:

    [plugins:larry_rgb]
    # address[:port] of OpenRGB server
    address = 127.0.0.1:6742
    
    # How many steps in the transition from color to color
    gradient_steps = 20
    
    # Maximum number of colors to get from the input image
    max_palette_size = 10
    
    # Time (in seconds) between color changes when fading
    interval = 0.05
    
    # Time (in seconds) to pause after fading from one color to the next
    pause_after_fade = 0.0
    
  2. (Re)start larry and enjoy!

About

larry-rgb is a plugin for larry that pics colors from your (background) image and smoothly transitions your LEDs from color to color.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages