I want to be notified when my laptop is at "x"% battery, how can i set this in my ubuntu 20.04.4 LTS ?
Thanks in advance!
sudo add-apt-repository ppa:maateen/battery-monitor sudo apt update sudo apt upgrade -y sudo apt install battery-monitor
If you want to uninstall Battery Monitor, run:
sudo apt remove battery-monitor -y
YouTube Video