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,8 +19,7 @@ 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 = "";
@ -29,8 +28,7 @@ in {
outline_thickness = 5; outline_thickness = 5;
placeholder_text = "password..."; placeholder_text = "password...";
shadow_passes = 2; shadow_passes = 2;
} };
];
}; };
}; };
}; };