mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
9 lines
267 B
Bash
9 lines
267 B
Bash
echo "Fix microphone gain and audio mixing on Asus ROG laptops"
|
|
|
|
source "$OMARCHY_PATH/install/config/hardware/fix-asus-rog-mic.sh"
|
|
source "$OMARCHY_PATH/install/config/hardware/fix-asus-rog-audio-mixer.sh"
|
|
|
|
if omarchy-hw-asus-rog; then
|
|
omarchy-restart-pipewire
|
|
fi
|