https://github.com/boredsquirrel/battery-saving
Some scripts for Battery saving on Linux. These dont include TLP, as it breaks some peripherals
https://github.com/boredsquirrel/battery-saving
Last synced: over 1 year ago
JSON representation
Some scripts for Battery saving on Linux. These dont include TLP, as it breaks some peripherals
- Host: GitHub
- URL: https://github.com/boredsquirrel/battery-saving
- Owner: boredsquirrel
- License: gpl-3.0
- Created: 2023-04-16T21:35:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-17T23:48:54.000Z (about 3 years ago)
- Last Synced: 2025-01-26T20:23:21.543Z (over 1 year ago)
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Battery saving
Some scripts for Battery saving on Linux. These dont include TLP, as it breaks some peripherals
## Disable cores
This does not always help battery, some people say. Surprisingly it also works on OSTree filesystems.
- You can set the resulting scripts as start scripts for KDE profiles for example.
- Or you can use custom udev rules detecting battery or AC state, that set a systemd target, with a systemd service executing the scripts.
Install:
```
wget https://github.com/trytomakeyouprivate/battery-saving/raw/main/setup-core-disabling | bash
```