MyNixOS website logo

Settings to be written to the Cava configuration file. See https://github.com/karlstav/cava/blob/master/example_files/config for all available options.

Declarations
Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  general.framerate = 60;
  input.method = "alsa";
  smoothing.noise_reduction = 88;
  color = {
    background = "'#000000'";
    foreground = "'#FFFFFF'";
  };
}