fix(home/hyprlock): Set input-field to a attrset so it can merge properly

This commit is contained in:
punkfairie 2025-03-02 11:27:05 -08:00
parent f0a8fe6d95
commit 9f0a6aae58
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6

View file

@ -19,18 +19,16 @@ in {
no_fade_in = false; no_fade_in = false;
}; };
input-field = [ input-field = {
{ size = "200, 50";
size = "200, 50"; position = "0, -80";
position = "0, -80"; monitor = "";
monitor = ""; dots_center = true;
dots_center = true; fade_on_empty = false;
fade_on_empty = false; outline_thickness = 5;
outline_thickness = 5; placeholder_text = "password...";
placeholder_text = "password..."; shadow_passes = 2;
shadow_passes = 2; };
}
];
}; };
}; };
}; };