chore: Adjust readme for simpledeckytdp, add to main README.md

This commit is contained in:
Kyle Gospodnetich 2024-01-21 12:04:53 -08:00
parent 3ba1489830
commit bd9ffd90f9
2 changed files with 9 additions and 1 deletions

View File

@ -139,6 +139,14 @@ If you're on an existing Universal Blue image follow [these instructions](https:
rpm-ostree rebase ostree-unverified-registry:ghcr.io/ublue-os/bazzite-deck:latest
```
#### Alternative Handhelds
If you're using this image on a handheld other than the Steam Deck, you can get TDP control via the SimpleDeckyTDP Decky Loader Plugin.
First install Decky Loader with: `ujust get-decky`
Then install SimpleDeckyTDP with: `ujust get-simpledeckytdp`
If you're using a handheld supported by [hhd](https://github.com/hhd-dev/hhd), you can also get the plugin to integrate it into game mode with: `ujust get-hhd-decky`
### GNOME
Builds with the GNOME desktop environment are available in both desktop and deck flavors. These builds come with the following additional features:

View File

@ -17,7 +17,7 @@ get-decky:
curl -L https://github.com/SteamDeckHomebrew/decky-installer/releases/latest/download/install_release.sh | sh
sudo chcon -R -t bin_t $HOME/homebrew/services/PluginLoader
# Install SimpleDeckyTDP for TDP Control on the Lenovo Legion Go (Requires Decky Loader)
# Install SimpleDeckyTDP, a simple TDP plugin for alternative PC handhelds
get-simpledeckytdp:
#!/usr/bin/bash
if [[ -d $HOME/homebrew/plugins ]]; then