assets: add dots related stuff to example.conf

This commit is contained in:
Davide Conti 2025-03-26 22:52:53 +01:00
parent 4269291e96
commit b196d379f3

View file

@ -27,6 +27,7 @@ animations {
bezier = linear, 1, 1, 0, 0
animation = fadeIn, 1, 5, linear
animation = fadeOut, 1, 5, linear
animation = inputFieldDots, 1, 2, linear
}
background {
@ -53,6 +54,14 @@ input-field {
placeholder_text = Input password...
fail_text = $PAMFAIL
# uncomment to use a letter instead of a dot to indicate the typed password
# dots_text_format = *
# dots_size = 0.4
dots_spacing = 0.3
# uncomment to use an input indicator that does not show the password length (similar to swaylock's input indicator)
# hide_input = true
position = 0, -20
halign = center
valign = center