mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
8 lines
175 B
Bash
Executable File
8 lines
175 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ASUSCTL_THEME=~/.config/omarchy/current/theme/asusctl.rgb
|
|
|
|
if omarchy-cmd-present asusctl; then
|
|
asusctl aura effect static -c $(sed 's/^#//' $ASUSCTL_THEME)
|
|
fi
|