2026-03-27 12:32:47 +00:00
2026-03-27 13:27:23 +01:00
2026-03-27 13:27:23 +01:00

Power Profile Toggle Script

Simple Bash script to cycle power profiles using powerprofilesctl.

Features

  • Cycles: performance → power-saver → balanced
  • Skips unsupported modes automatically
  • Wont crash if somethings missing

Requirements

  • power-profiles-daemon

Install

Void

sudo xbps-install power-profiles-daemon

Debian/Ubuntu

sudo apt install power-profiles-daemon

Other I dunno, just use your package manager to install power-profiles-daemon If your system isn't totally minimalistic then it should be pre-installed

Usage

chmod +x power-toggle.sh
./power-toggle.sh
Description
I wanted the script xd
Readme 25 KiB
Languages
Shell 100%