WIP new top level flakes break down
This commit is contained in:
parent
2238aaf367
commit
7215fd37bf
57 changed files with 3033 additions and 69 deletions
6
flakes/hyprland/home_manager/scripts/toggle-power-profile.sh
Executable file
6
flakes/hyprland/home_manager/scripts/toggle-power-profile.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
if [ "$(powerprofilesctl get)" = "performance" ]; then
|
||||
powerprofilesctl set balanced
|
||||
else
|
||||
powerprofilesctl set performance
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue