MyNixOS website logo
option

programs.i3status.modules.<name>.settings

Configuration to add to this i3status module. See i3status(1) for options.

Declarations
Type
attribute set of (boolean or signed integer or string)
Default
{ }
Example
{
  format = "♪ %volume";
  format_muted = "♪ muted (%volume)";
  device = "pulse:1";
}