feat(rog-control-center): Implement logic for fans, aura, and monitoring

This commit is contained in:
mihai2mn
2026-01-24 16:53:31 +01:00
parent 55b7c24556
commit 23207ab8ae
15 changed files with 1434 additions and 441 deletions

6
diagnose.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
git status > status.txt 2>&1
echo "--- LOG ---" >> status.txt
git log -1 >> status.txt 2>&1
echo "--- REBASE DIR ---" >> status.txt
ls -d .git/rebase* >> status.txt 2>&1