Initial
This commit is contained in:
38
README.md
Normal file
38
README.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# Power Profile Toggle Script
|
||||
|
||||
Simple Bash script to cycle power profiles using `powerprofilesctl`.
|
||||
|
||||
## Features
|
||||
|
||||
* Cycles: `performance → power-saver → balanced`
|
||||
* Skips unsupported modes automatically
|
||||
* Won’t crash if something’s 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
|
||||
```
|
||||
Reference in New Issue
Block a user