sys76-kb icon indicating copy to clipboard operation
sys76-kb copied to clipboard

RGB keyboard controller for System76 laptops

sys76-kb

This is cli is still a work-in-progress. The goal is to create a robust tool for managing the RGB keyboard on System76 laptops. The only built-in method System76 provides for changing the colors and brightness of the keyboard is via built-in keys. This cli aims to give users greater control over the keyboard.

Only tested on the Darter, but it should work on other System76 models.

Requires sudo privs to modify the backlight files in /sys/class/leds/system76

usage

## help menu
$ sudo sys76-kb

## set color to red
$ sudo sys76-kb set -c red

## set brightness
$ sudo sys76-kb set -b 255

## set color and brightness
$ sudo sys76-kb set -c pink -b 127

## run a infinite rainbow in the background
$ sudo sys76-kb run -p rainbow &

## run a infinite pulse in the background
$ sudo sys76-kb run -p pulse &

alt text