mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 04:37:49 +02: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
|