2024-11-18 22:59 : id 206
This commit is contained in:
parent
b1dd36359c
commit
12b9279a10
@ -149,22 +149,20 @@ in
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
input-field = [
|
input-field = [
|
||||||
{
|
{
|
||||||
rounding = "${CORNER_RADIUS}";
|
rounding = "${CORNER_RADIUS}";
|
||||||
size = "200, 50";
|
size = "200, 50";
|
||||||
position = "0, 0";
|
position = "0, 0";
|
||||||
dots_rounding = "${CORNER_RADIUS}";
|
dots_rounding = "${CORNER_RADIUS}";
|
||||||
dots_center = true;
|
dots_center = true;
|
||||||
fade_on_empty = true;
|
fade_on_empty = true;
|
||||||
font_color = "${FG}";
|
font_color = "${FG}";
|
||||||
inner_color = "${FG}";
|
inner_color = "${FG}";
|
||||||
outer_color = "${ACCENT}";
|
outer_color = "${ACCENT}";
|
||||||
outline_thickness = "${BORDER_WIDTH}";
|
outline_thickness = "${BORDER_WIDTH}";
|
||||||
placeholder_text = "Password...";
|
placeholder_text = "Password...";
|
||||||
fail_text = "😬 Oooooh that was wrong mate!⚠️";
|
fail_text = "😬 Oooooh that was wrong mate!⚠️";
|
||||||
shadow_size = 3;
|
}
|
||||||
shadow_color = "${FG}";
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user