2024-11-18 22:59 : id 206

This commit is contained in:
deadvey 2024-11-18 23:04:30 +00:00
parent b1dd36359c
commit 12b9279a10

View File

@ -149,22 +149,20 @@ in
}
];
input-field = [
{
rounding = "${CORNER_RADIUS}";
size = "200, 50";
position = "0, 0";
dots_rounding = "${CORNER_RADIUS}";
dots_center = true;
fade_on_empty = true;
font_color = "${FG}";
inner_color = "${FG}";
outer_color = "${ACCENT}";
outline_thickness = "${BORDER_WIDTH}";
placeholder_text = "Password...";
fail_text = "😬 Oooooh that was wrong mate!";
shadow_size = 3;
shadow_color = "${FG}";
}
{
rounding = "${CORNER_RADIUS}";
size = "200, 50";
position = "0, 0";
dots_rounding = "${CORNER_RADIUS}";
dots_center = true;
fade_on_empty = true;
font_color = "${FG}";
inner_color = "${FG}";
outer_color = "${ACCENT}";
outline_thickness = "${BORDER_WIDTH}";
placeholder_text = "Password...";
fail_text = "😬 Oooooh that was wrong mate!";
}
];
};
};