mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
* Add framwork 16 RGB syncing * fixed install script, fixed color changing when style changes * added framework scripts to the main install scripts * renamed theme-set scripts, added migration * use omarchy-pkg-add, shared keyboard template, tracked udev rule * call the install file from the migration file
8 lines
176 B
Bash
Executable File
8 lines
176 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ASUSCTL_THEME=~/.config/omarchy/current/theme/keyboard.rgb
|
|
|
|
if omarchy-cmd-present asusctl; then
|
|
asusctl aura effect static -c $(sed 's/^#//' $ASUSCTL_THEME)
|
|
fi
|