Files
arthur-os/bin/omarchy-theme-set-keyboard-asus-rog
2026-04-28 12:03:46 -04:00

10 lines
256 B
Bash
Executable File

#!/bin/bash
# omarchy:summary=Apply the current theme keyboard color to ASUS ROG keyboards
ASUSCTL_THEME=~/.config/omarchy/current/theme/keyboard.rgb
if omarchy-cmd-present asusctl; then
asusctl aura effect static -c $(sed 's/^#//' $ASUSCTL_THEME)
fi