Skip to content

A Bash script to toggle conservation mode on your system (Especially for Lenovo Ideapad Operating on Linux OS)

Notifications You must be signed in to change notification settings

seetharaman52/smart-energy-switch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 

Repository files navigation

Conservation Mode Script

A Bash script to toggle energy-saving mode on your system

Especially for Lenovo Ideapad Operating on Linux OS
When turned on, Laptop will charge upto 60% only

Now Installation script is added for both CLI and GUI!

  1. Set executable permissions for the installation script:
    chmod +x install.sh
    
  2. Execute the script in terminal: Execute the script in sudo mode
    sudo ./install.sh
    

Usage for CLI:

  1. To enable power control:
    sudo powerctl 1
  2. To disable power control:
    sudo powerctl 0
    

Usage for GUI:

  1. To enable power control:
    sudo powerctl-gui

About

A Bash script to toggle conservation mode on your system (Especially for Lenovo Ideapad Operating on Linux OS)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published