Steam Deck power tweaks for power users
Go to file
2022-09-08 20:01:01 -04:00
.github/ISSUE_TEMPLATE Update bug-report.md 2022-05-30 00:49:06 +00:00
assets Update store thumbnail 2022-09-05 17:14:44 -04:00
backend Use gameId, not appId, fixes #34 and actually follows my own advice 2022-09-08 20:01:01 -04:00
src Use gameId, not appId, fixes #34 and actually follows my own advice 2022-09-08 20:01:01 -04:00
.gitignore Add experimental Decky CI back-end building, fix frequency controls crashing the kernel 2022-09-05 14:24:13 -04:00
LICENSE Create LICENSE 2022-04-21 18:02:57 +00:00
main.py Re-add battery stats 2022-09-05 17:02:02 -04:00
package.json Use gameId, not appId, fixes #34 and actually follows my own advice 2022-09-08 20:01:01 -04:00
plugin.json Configure for release 2022-09-05 21:55:40 -04:00
README.md Add install and build instructions 2022-09-06 17:29:42 -04:00
rollup.config.js React UI rewrite; port to new decky plugin framework 2022-06-10 20:02:05 -04:00
server.py Remove HTTP server due to plugin store requirements 2022-07-05 18:14:50 -04:00
tsconfig.json React UI rewrite; port to new decky plugin framework 2022-06-10 20:02:05 -04:00

PowerTools

plugin_demo

Steam Deck power tweaks for power users.

This is generated from the template plugin for the Decky Plugin Loader. You will need that installed for this plugin to work.

What does it do?

  • Enable & disable CPU threads & SMT
  • Set CPU frequencies
  • Set GPU frequencies and power (fastPPT & slowPPT)
  • Cap battery charge rate (when awake)
  • Display supplementary battery info
  • Keep settings between restarts (stored in ~/.config/powertools/<appid>.json)

Build

  1. Requirements: a functioning Rust toolchain for x86_64-unknown-linux-musl, npm, and some tech literacy
  2. In a terminal, navigate to the backend directory of this project and run ./build.sh
  3. In the root of this project, run npm run build
  4. Transfer the project (especially dist/ and bin/) to a folder in your Steam Deck's homebrew plugins directory

License

This is licensed under GNU GPLv3.