Modules to add to i3status config file. See i3status(1) for options.
Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
"volume master" = {
position = 1;
settings = {
format = "♪ %volume";
format_muted = "♪ muted (%volume)";
device = "pulse:1";
};
};
"disk /" = {
position = 2;
settings = {
format = "/ %avail";
};
};
}
Sign in to create a configuration using this setting.