fix(home/hyprlock): Set input-field to a attrset so it can merge properly
This commit is contained in:
parent
f0a8fe6d95
commit
9f0a6aae58
1 changed files with 10 additions and 12 deletions
|
@ -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;
|
||||||
}
|
};
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue