Skip to content

Bash script for controlling the battery and cooling of the Lenovo Ideapad 5 on Linux

License

Notifications You must be signed in to change notification settings

chrisinick/ideapad-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ideapadmode

Control the battery and cooling of the Lenovo Ideapad 5 on Linux

Features

  • set cooling modes: intelligent, extreme performance, battery saving
  • enable/disable rapid charge
  • enable/disable battery conservation

Installation

1. Dependencies

  • bash
  • acpi_call (or acpi_call-lts for LTS kernel, acpi_call-dkms for other kernels).

Type 'uname -r' to find out which kernel you are using.

2. Download and Installation

git clone --depth=1 https://github.com/chrisinick/ideapad-mode.git
cd ideapad-mode
chmod u+x ideapadmode

Optionally, add ideapadmode to PATH to use it from anywhere in the shell.

Usage

Show Current Status

sudo ideapadmode status

Set Cooling Mode

sudo ideapadmode cooling intelligent|extreme|battery

Enable/Disable Rapid Charge

sudo ideapadmode rapidcharge on|off

Enable/Disable Battery Conservation

sudo ideapadmode batterycon on|off

Resource

ArchWiki Lenovo IdeaPad 5 14are05

License

Licensed under the GPLv3 License.

About

Bash script for controlling the battery and cooling of the Lenovo Ideapad 5 on Linux

Topics

Resources

License

Stars

Watchers

Forks

Languages