Install asusctl on ROG machines to get out-of-the-box keyboard light sync

This commit is contained in:
David Heinemeier Hansson
2026-02-05 09:23:00 +01:00
parent ba14cd36dd
commit e487dace43
7 changed files with 14 additions and 8 deletions

6
bin/omarchy-hw-asus-rog Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
# Detect whether the computer is an Asus ROG machine.
[[ "$(cat /sys/class/dmi/id/sys_vendor 2>/dev/null)" == "ASUSTeK COMPUTER INC." ]] &&
grep -q "ROG" /sys/class/dmi/id/product_family 2>/dev/null