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 string)
Default
{ }
Example
{
  color = "808080";
  font-size = 24;
  indicator-idle-visible = false;
  indicator-radius = 100;
  line-color = "ffffff";
  show-failed-attempts = true;
}