A script for managing the so called "Battery Conservation Mode" for some Lenovo laptops!
Simply we could call it battery protection. It prevents the battery from charging after it has reached 60%(or at least in my case). Thus extending the life of the battery(prevents overcharging).
!!!(the script checks the current system requirements once ran)!!!
Essentially you only need(I think) to have the ideapad_laptop module up and running
First we clone the repository with git
git clone https://github.com/Florennum/ConservationMode.gitWe change the working directory to the clone
cd ConservationMode/After that we give ourselves the execute permission
sudo chmod +x cm.sh3 subcommands:
on - enables
off - disables
status - shows wether its disabled or enabled
Example usage(turning on):
./cm.sh onReport them in the issue tracker.