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
- Host: GitHub
- URL: https://github.com/libvibrant/vibrantDeck
- Owner: libvibrant
- License: lgpl-3.0
- Created: 2022-08-03T11:59:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T18:03:33.000Z (6 months ago)
- Last Synced: 2024-10-29T20:10:42.562Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.63 MB
- Stars: 137
- Watchers: 4
- Forks: 7
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-steamdeck - vibrantDeck - Adjust screen saturation / vibrancy (Software Setup)
README
##
vibrantDeck
A Steam Deck plugin (for Decky Loader) to adjust screen saturation / vibrancy.


## 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).