fix(just): activate the default power profile after selecting it as default

This commit is contained in:
HikariKnight 2024-02-29 21:23:03 +01:00
parent 07b9bdde6c
commit 93f2464bb1

View File

@ -154,7 +154,9 @@ configure-powerprofile ACTION="":
Name=bazzite-powersave
Type=Application
PPD'
bazzite-powersave
elif [[ "${OPTION,,}" =~ balanced ]]; then
echo "Setting default powerprofile to ${b}Balanced${n}"
rm ~/.config/autostart/bazzite-powersave.desktop
bazzite-powersave 0
fi