hyprlock: add input-field fail_timeout option (#708)

This commit is contained in:
davc0n 2024-07-09 17:43:38 +02:00 committed by GitHub
parent 0a25c48ab2
commit 57b8261204
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ input-field {
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>($ATTEMPTS)</b></i> # can be set to empty
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 = -1 capslock_color = -1
numlock_color = -1 numlock_color = -1