Files
powerProfiles/README.md
2026-03-27 13:27:23 +01:00

39 lines
663 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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**
```bash
sudo xbps-install power-profiles-daemon
```
**Debian/Ubuntu**
```bash
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
```bash
chmod +x power-toggle.sh
./power-toggle.sh
```