{...}: { enable = true; enableDefault = false; general = { interval = 1; colors = true; color_good = "#91d956"; color_bad = "#f43841"; color_degraded = "#ffdd33"; output_format = "i3bar"; }; modules = { "cpu_usage" = { position = 0; settings = { format = "cpu: %usage"; }; }; "memory" = { position = 1; settings = { format = "mem: %used"; threshold_degraded = "1G"; format_degraded = "MEMORY < %available"; }; }; "volume master" = { position = 2; settings = { color_degraded = "#333333"; format = "vol: %volume"; format_muted = "vol: ---"; }; }; "tztime local" = { position = 3; settings = { format = "%Y-%m-%d %H:%M:%S (%A)"; }; }; }; }