Add basic power profiles setup menu

Still need to be able to reveal which is the current profile
This commit is contained in:
David Heinemeier Hansson
2025-08-06 21:36:07 +02:00
parent 0fcda80630
commit 81df3ce171
2 changed files with 18 additions and 1 deletions

5
bin/omarchy-powerprofiles-list Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
powerprofilesctl list |
awk '/^\s*[* ]\s*[a-zA-Z0-9\-]+:$/ { gsub(/^[*[:space:]]+|:$/,""); print }' |
tac