A Steam Deck plugin (for Decky Loader) to adjust screen saturation / vibrancy.
- Clone the repository to use as an example for making your plugin.
- In your clone of the repository run these commands:
pnpm i
pnpm run build
- You should do this every time you make changes to your plugin.
Note: If you are recieveing build errors due to an out of date library, you should run this command inside of your repository:
pnpm update decky-frontend-lib --latest
This project is licensed under the terms of the Lesser GNU General Public License 3.0. You can read the full license text in LICENSE.