Add Framework 16 RGB keyboard theme syncing (#4524)

* Add framwork 16 RGB syncing

* fixed install script, fixed color changing when style changes

* added framework scripts to the main install scripts

* renamed theme-set scripts, added migration

* use omarchy-pkg-add, shared keyboard template, tracked udev rule

* call the install file from the migration file
This commit is contained in:
Steve Godlewski
2026-02-18 21:19:30 +01:00
committed by GitHub
parent 5f978a9ea9
commit 43ae186a80
12 changed files with 53 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
# Detect whether the computer is a Framework Laptop 16.
[[ "$(cat /sys/class/dmi/id/sys_vendor 2>/dev/null)" == "Framework" ]] &&
grep -q "Laptop 16" /sys/class/dmi/id/product_name 2>/dev/null