0b4c57a0687d71b4dd4ab2accfe8e1a8a3043299
Lenovo IdeaPad Conservation Mode (Linux)
This is a simple Bash script to allow you to quickly enable, disable or check "Conservation Mode"'s status on Linux. Conservation mode limits battery charge to 60%.
Installation
- Download
cons.shfrom this repo; - run
chmod +x cons.shto make it executable; - run the file with an argument
sudo ./cons.sh <arg>.
Arguments
Supported arguments are:
- 0: disable
- 1: enable
- 2: print status
Languages
Shell
100%