An open API service indexing awesome lists of open source software.

https://github.com/libvibrant/vibrantDeck

Plugin for the Steam Deck, to adjust color settings, like saturation or gamma
https://github.com/libvibrant/vibrantDeck

Last synced: about 1 month ago
JSON representation

Plugin for the Steam Deck, to adjust color settings, like saturation or gamma

Awesome Lists containing this project

README

        

## Logo vibrantDeck

A Steam Deck plugin (for Decky Loader) to adjust screen saturation / vibrancy.

![Screenshot of Deck UI](assets/screenshot.jpg)

![Example Screenshot](assets/mockup.webp)

## Build instrutions

1. Clone the repository to use as an example for making your plugin.
2. In your clone of the repository run these commands:
1. `pnpm i`
2. `pnpm run build`
3. 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:

```bash
pnpm update decky-frontend-lib --latest
```

# License

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](LICENSE).