Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.03 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.03 KB

PowerTools For ROG Ally - DO NOT USE, WIP

What does it do?

This is a heavily modified version of PowerTools in order to work on the ROG Ally. Note that these instructions are all run inside the ROG Ally desktop mode.

Build

  1. Requirements: a functioning Rust toolchain for x86_64-unknown-linux-gnu (or -musl), pnpm
  2. In the root of the directory:
./build_all.sh

Alternatively, you can download backend and index.js from the Releases page.

Install

Note that all these commands are run inside the Ally.

  1. Please use Decky's built-in store to install official releases of PowerTools.
  2. Copy these files to the decky loader's directory:
sudo systemctl stop plugin_loader
rm $HOME/.config/powertools/limits_cache.json
sudo cp --preserve=mode /tmp/backend $HOME/homebrew/plugins/PowerTools/bin/backend
sudo cp --preserve=mode /tmp/index.js $HOME/homebrew/plugins/PowerTools/dist/index.js
sudo systemctl start plugin_loader