Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.cava.enable

Whether to enable Cava audio visualizer.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.cava.package

The cava package to use.

Type: null or package

Default:

pkgs.cava

Declared by:

programs.cava.settings

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

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'";
  };
}

Declared by: