MyNixOS website logo

Default arguments to swaylock. An empty set disables configuration generation.

Declarations
Type
attribute set of (boolean or floating point number or signed integer or absolute path or string)
Default
{ }
Example
{
  color = "808080";
  font-size = 24;
  indicator-idle-visible = false;
  indicator-radius = 100;
  line-color = "ffffff";
  show-failed-attempts = true;
}
Sign in to create a configuration using this setting.