mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-08 06:25:58 +01:00
hyprlock: add input-field fail_timeout option (#708)
This commit is contained in:
parent
0a25c48ab2
commit
57b8261204
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ input-field {
|
|||
check_color = rgb(204, 136, 34)
|
||||
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_timeout = 2000 # milliseconds before fail_text and fail_color disappears
|
||||
fail_transition = 300 # transition time in ms between normal outer_color and fail_color
|
||||
capslock_color = -1
|
||||
numlock_color = -1
|
||||
|
|
Loading…
Reference in a new issue