Skip to content

matte-schwartz/PowerTools

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Rust 80.1%
  • TypeScript 18.0%
  • Makefile 0.7%
  • Shell 0.6%
  • Python 0.4%
  • JavaScript 0.2%