Skip to content
This repository was archived by the owner on Oct 25, 2025. It is now read-only.

Releases: AKrylatych/Laptop-powersave-scripts

Powergo v1.1

29 Aug 14:10
493ac14

Choose a tag to compare

Laptop-powersave-scripts

This is a script made to improve battery life on linux laptops.

It allows to switch between cpu power usage modes in the bash terminal.

Usage

Execute the script with superuser privileges (it's required to unlock more power governors and for switching between cpu usage modes)

Type the name of the mode you wish to choose and hit enter.

In the options menu you can switch to an extended mode that shows even more cpu power usage modes.

Basic modes include:
Performance mode - Sets the CPU clock speeds to max, regardless of the load

Power saving mode - Sets the CPU clock speeds to minimum, regardless of the load

Gradual scaling (ondemand) - Sets the CPU clock speeds depending on the load.

You can also input your desired mode as a parameter when executing the script to bypass the GUI entirely.

Required packages

Cpufreq-utils

Powergo 1.0

07 Aug 12:13

Choose a tag to compare

Powergo release version. This script is built to change processor core clock speeds on demand via the terminal.
Requires package "cpufrequtils"

Usage:
The script can be executed without any parameters, but the user will be prompted to set their desired mode.
It can also be called with the following parameters:

pwrs - Activates power saving mode
perf - Activates performance mode