Skip to content

OmenLinux/omen-rgb-keyboard-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HP OMEN RGB CLI

Command line tool for controlling HP OMEN RGB keyboard lighting.

Tip

Need help or want to chat? Join our official Discord server for support, questions, or to show off your RGB setups:
➡️ Click here to join Discord

Prerequisites

This CLI requires the omen-rgb-keyboard kernel driver to be installed first.

git clone https://github.com/alessandromrc/omen-rgb-keyboard.git
cd omen-rgb-keyboard
sudo make install

Building

mkdir build && cd build
cmake ..
make

Usage

./omen-rgb-cli <command> [args...]

Basic commands

  • zones <zone> <color> - Set zone color (0-3, hex color)
  • all <color> - Set all zones to same color
  • brightness <0-100> - Set brightness
  • animation <mode> <speed> - Set animation (static, breathing, rainbow, wave, etc.)
  • gradient <zones:colors>... <speed> - Custom gradient color cycle per zone group
  • read <option> - Read current settings

Presets

  • presets - Browse all presets
  • pride-presets - Pride flags
  • country-presets - Country flags
  • theme-presets - Color themes

Examples

./omen-rgb-cli zones 0 FF0000
./omen-rgb-cli all #FFFFFF
./omen-rgb-cli brightness 75
./omen-rgb-cli pride
./omen-rgb-cli usa
./omen-rgb-cli cyberpunk
./omen-rgb-cli gradient 0,1,2:FF0000,00FF00,0000FF 3:800080,FFA500 5

Requirements

Notes

The tool writes to /sys/devices/platform/omen-rgb-keyboard/rgb_zones/ so you'll need sudo to change colors.

About

Command line tool for controlling HP OMEN RGB keyboard lighting.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors