Configuration to use for wluma. See https://github.com/maximbaz/wluma/blob/main/config.toml for available options.
Declarations
Type
TOML value
Default
{ }
Example
{
als = {
iio = {
path = "";
thresholds = {
"0" = "night";
"20" = "dark";
"250" = "normal";
"500" = "bright";
"80" = "dim";
"800" = "outdoors";
};
};
};
}
Sign in to create a configuration using this setting.