Give asus it's own subdirectory too

This commit is contained in:
David Heinemeier Hansson
2026-03-24 20:42:04 +01:00
parent e8623fbbf6
commit a6ea7f50e4
4 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -47,8 +47,8 @@ run_logged $OMARCHY_INSTALL/config/hardware/apple/fix-spi-keyboard.sh
run_logged $OMARCHY_INSTALL/config/hardware/apple/fix-suspend-nvme.sh run_logged $OMARCHY_INSTALL/config/hardware/apple/fix-suspend-nvme.sh
run_logged $OMARCHY_INSTALL/config/hardware/apple/fix-t2.sh run_logged $OMARCHY_INSTALL/config/hardware/apple/fix-t2.sh
run_logged $OMARCHY_INSTALL/config/hardware/fix-surface-keyboard.sh run_logged $OMARCHY_INSTALL/config/hardware/fix-surface-keyboard.sh
run_logged $OMARCHY_INSTALL/config/hardware/fix-asus-rog-audio-mixer.sh run_logged $OMARCHY_INSTALL/config/hardware/asus/fix-audio-mixer.sh
run_logged $OMARCHY_INSTALL/config/hardware/fix-asus-rog-mic.sh run_logged $OMARCHY_INSTALL/config/hardware/asus/fix-mic.sh
run_logged $OMARCHY_INSTALL/config/hardware/fix-yt6801-ethernet-adapter.sh run_logged $OMARCHY_INSTALL/config/hardware/fix-yt6801-ethernet-adapter.sh
run_logged $OMARCHY_INSTALL/config/hardware/fix-synaptic-touchpad.sh run_logged $OMARCHY_INSTALL/config/hardware/fix-synaptic-touchpad.sh
run_logged $OMARCHY_INSTALL/config/hardware/fix-tuxedo-backlight.sh run_logged $OMARCHY_INSTALL/config/hardware/fix-tuxedo-backlight.sh
+2 -2
View File
@@ -1,7 +1,7 @@
echo "Fix microphone gain and audio mixing on Asus ROG laptops" 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/asus/fix-mic.sh"
source "$OMARCHY_PATH/install/config/hardware/fix-asus-rog-audio-mixer.sh" source "$OMARCHY_PATH/install/config/hardware/asus/fix-audio-mixer.sh"
if omarchy-hw-asus-rog; then if omarchy-hw-asus-rog; then
omarchy-restart-pipewire omarchy-restart-pipewire