TLP is a very nifty piece of software to improve battery life on Linux laptops, and it comes with external kernel modules for Lenovo ThinkPad’s which further improve battery life.
sudo add-apt-repository ppa:linrunner/tlpsudo apt updatesudo apt install tlp tlp-rdwIf you are running a ThinkPad, you can install the following:
sudo apt install acpi-call-dkmsStart TLP with the following:
sudo systemctl start tlpEnable TLP to autostart on reboot:
sudo systemctl enable tlp.serviceFinally, reboot your laptop for settings to take effect
