libvibrant / vibrantDeck

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo vibrantDeck

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

Screenshot of Deck UI

Example Screenshot

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:

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.

About

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

License:GNU Lesser General Public License v3.0


Languages

Language:TypeScript 64.1%Language:Python 16.3%Language:Nix 13.2%Language:JavaScript 6.4%