MyNixOS website logo

The vibrancy level for your monitor(s).

Values should match the order of physical ports on your GPU. If a null value is passed, nvibrant will default to 100% (even if a device is connected at that port).

If you have multiple GPUs, you can pass a list of lists in order of device.

Declarations
Type
list of (null or percentage between 0% and 200% (both inclusive) or list of (null or percentage between 0% and 200% (both inclusive)))
Default
[ ]
Example
[
  "0%"    # HDMI
  null    # DP1
  "200%"  # DP2
]