Steam Deck power tweaks for power users
Go to file
2022-04-18 21:21:51 +00:00
LICENSE Initial commit 2022-04-18 21:21:51 +00:00
main.py Initial commit 2022-04-18 21:21:51 +00:00
main_view.html Initial commit 2022-04-18 21:21:51 +00:00
plugin.json Initial commit 2022-04-18 21:21:51 +00:00
README.md Initial commit 2022-04-18 21:21:51 +00:00
tile_view.html Initial commit 2022-04-18 21:21:51 +00:00

Plugin-Template

This is the template plugin for developing plugins for the SteamOS Plugin Loader.

Usage

  1. Click on the green Use this template button to create a new repository for your plugin
  2. Rename the plugin_template.py file to something unique
  3. Add your code to the plugin's python and html files.
  4. To use it, simply git clone the repo into the /home/deck/homebrew/plugins folder on your Steam Deck

License

This Template Project is under The Unlicense. You may license your own plugin under whatever license you prefer.