Power

Chester Wyke August 19, 2022 Updated: April 15, 2025 #debian

Set low battery notifications percentage

Source: https://askubuntu.com/questions/1405846/set-low-battery-percentage-to-15-in-22-04

Open the config

sudo nano /etc/UPower/UPower.conf

Change the following lines as needed

PercentageLow=20
PercentageCritical=5
PercentageAction=2

Restart the service

sudo systemctl restart upower