mods.hypr.hyprlock.enable
Enables Hyprlock
Type: boolean
Default:
true
Example:
false
mods.hypr.hyprlock.config
config
Type: attribute set of anything
Default:
{
background = [
{
color = "rgba(26, 27, 38, 1.0)";
monitor = "";
path = "";
}
];
input-field = [
{
monitor = "YOURMONITOR";
placeholder_text = "password or something";
}
];
label = [
{
font_size = 50;
halign = "center";
monitor = "YOURMONITOR";
position = "0, 200";
text = "$TIME";
valign = "center";
}
];
}
Example:
{ }