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,18 +19,16 @@ in {
|
|||
no_fade_in = false;
|
||||
};
|
||||
|
||||
input-field = [
|
||||
{
|
||||
size = "200, 50";
|
||||
position = "0, -80";
|
||||
monitor = "";
|
||||
dots_center = true;
|
||||
fade_on_empty = false;
|
||||
outline_thickness = 5;
|
||||
placeholder_text = "password...";
|
||||
shadow_passes = 2;
|
||||
}
|
||||
];
|
||||
input-field = {
|
||||
size = "200, 50";
|
||||
position = "0, -80";
|
||||
monitor = "";
|
||||
dots_center = true;
|
||||
fade_on_empty = false;
|
||||
outline_thickness = 5;
|
||||
placeholder_text = "password...";
|
||||
shadow_passes = 2;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue