mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Give asus it's own subdirectory too
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user