diff --git a/README.md b/README.md index 6933f334..bd215394 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/system_files/deck/shared/usr/share/ublue-os/just/85-bazzite-image.just b/system_files/deck/shared/usr/share/ublue-os/just/85-bazzite-image.just index ed986a80..c03ca6b0 100644 --- a/system_files/deck/shared/usr/share/ublue-os/just/85-bazzite-image.just +++ b/system_files/deck/shared/usr/share/ublue-os/just/85-bazzite-image.just @@ -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