Steam Deck power tweaks for power users
Go to file
2023-10-30 17:29:02 -04:00
.github Remove checkboxes in issue templates since they don't save properly 2023-10-30 17:29:02 -04:00
assets Update logo 2023-07-23 21:16:36 -04:00
backend Change sysfuss to online dependency 2023-08-29 19:06:00 -04:00
src Migrate to git.ngni.us 2023-08-24 19:26:36 -04:00
translations Use incompatible hwmon for battery in the unlikely event the hwmon still has the correct name. version to alpha2 2023-08-07 15:57:08 -04:00
.gitignore Update translations template and minor packaging config changes 2023-01-14 15:00:30 -05:00
LICENSE Create LICENSE 2022-04-21 18:02:57 +00:00
main.py Update to usdpl v0.10 and change ~/.config/powertools to not require su perms 2023-02-21 21:28:59 -05:00
Makefile Multiplatform Dev (#52) 2022-11-29 00:04:03 +00:00
package.json Merge branch 'dev' 2023-08-28 17:13:28 -04:00
plugin.json Merge branch 'dev' 2023-08-28 17:13:28 -04:00
pnpm-lock.yaml Add UI elements for battery inrush power 2023-06-16 22:00:57 -04:00
pt_oc.json Make current and charge power hidden by default 2023-06-17 12:34:52 -04:00
README.md Migrate to git.ngni.us 2023-08-24 19:26:36 -04:00
rollup.config.js React UI rewrite; port to new decky plugin framework 2022-06-10 20:02:05 -04:00
tsconfig.json React UI rewrite; port to new decky plugin framework 2022-06-10 20:02:05 -04:00

PowerTools

Decky store Custom store GitHub package.json version

Liberapay GitHub GitHub package.json dependency version (local)

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/<gameId>.json)

This plugin is tested on Steam Deck, but is designed to work on other Linux devices as well. Unfortunately I am currently unable to test on other devices.

Install

Please use Decky's built-in store to install official releases. If you want to test unstable versions, use my custom store. If you would like to use an in-development version, feel free to build PowerTools yourself.

Build

  1. Requirements: a functioning Rust toolchain for x86_64-unknown-linux-gnu (or -musl), pnpm, 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 pnpm 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.