Skip to content

Commit e189885

Browse files
committed
fix(just): correctly set default powerprofile to power-saver when selected
1 parent f3e9f68 commit e189885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system_files/desktop/shared/usr/share/ublue-os/just/80-bazzite.just

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ configure-powerprofile ACTION="":
156156
fi
157157
if [[ "${OPTION,,}" =~ powersave ]]; then
158158
echo "Setting default powerprofile to ${b}Powersave${n}"
159-
sudo sed -iE 's/default=(.+)/default=powersave/' /etc/tuned/ppd.conf
159+
sudo sed -iE 's/default=(.+)/default=power-saver/' /etc/tuned/ppd.conf
160160
bazzite-powersave
161161
elif [[ "${OPTION,,}" =~ balanced ]]; then
162162
echo "Setting default powerprofile to ${b}Balanced${n}"

0 commit comments

Comments
 (0)