wip
This commit is contained in:
@@ -36,7 +36,7 @@ input-field {
|
|||||||
rounding = -1 # -1 means complete rounding (circle/oval)
|
rounding = -1 # -1 means complete rounding (circle/oval)
|
||||||
check_color = rgb(204, 136, 34)
|
check_color = rgb(204, 136, 34)
|
||||||
fail_color = rgb(204, 34, 34) # if authentication failed, changes outer_color and fail message color
|
fail_color = rgb(204, 34, 34) # if authentication failed, changes outer_color and fail message color
|
||||||
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i> # can be set to empty
|
fail_text = <i>$FAIL <b>($PAMFAIL$FPRINTFAIL)</b></i> # can be set to empty
|
||||||
fail_timeout = 2000 # milliseconds before fail_text and fail_color disappears
|
fail_timeout = 2000 # milliseconds before fail_text and fail_color disappears
|
||||||
fail_transition = 300 # transition time in ms between normal outer_color and fail_color
|
fail_transition = 300 # transition time in ms between normal outer_color and fail_color
|
||||||
capslock_color = rgb(0, 255, 255)
|
capslock_color = rgb(0, 255, 255)
|
||||||
@@ -108,3 +108,14 @@ label {
|
|||||||
halign = center
|
halign = center
|
||||||
valign = center
|
valign = center
|
||||||
}
|
}
|
||||||
|
auth {
|
||||||
|
pam {
|
||||||
|
enabled = true
|
||||||
|
}
|
||||||
|
fingerprint {
|
||||||
|
enabled = true
|
||||||
|
ready_message = Scan fingerprint to unlock
|
||||||
|
present_message = Scanning...
|
||||||
|
retry_delay = 250 # in milliseconds
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user