Skip to content

kristjansoln/batman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Battery Conservation Mode Manager for Lenovo Ideapad Laptops Running Linux

This repository contains a simple bash script to manage battery conservation mode on Lenovo Ideapad laptops running Linux.

Overview

Battery conservation mode limits the battery charging to 60%, helping to prolong battery life. This script allows users to easily enable, disable, or toggle this mode.

Based on this Reddit post.

Commands

-h: Display help information.
-p or no arguments: Print the current conservation mode status.
-e: Enable conservation mode.
-d: Disable conservation mode.
-t: Toggle conservation mode.

Usage

Clone this repository and run the script with the desired option. Root privileges are required to use this tool.

cd batman/
sudo ./batman -e # Enable conservation mode
sudo ./batman -d # Disable conservation mode
sudo ./batman -t # Toggle conservation mode
./batman # Print current conservation mode status

About

Simple battery conservation mode manager for Lenovo Ideapad laptops running Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages