MyNixOS website logo

Configuration to add to i3status configgeneral section. See i3status(1) for options.

Declarations
Type
attribute set of (boolean or signed integer or string)
Default
{ }
Example
{
  colors = true;
  color_good = "#e0e0e0";
  color_degraded = "#d7ae00";
  color_bad = "#f69d6a";
  interval = 1;
}