mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-12-04 18:05:58 +01:00
Hyprlock: remove duplicate wording (#885)
This commit is contained in:
parent
680ef5066e
commit
2f2bd49ac1
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ Draws a password input field.
|
|||
| placeholder_text | text rendered in the input box when it's empty | str | `<i>Input Password...</i>` |
|
||||
| hide_input | render an input indicator similar to swaylock instead of dots when set to true | bool | false |
|
||||
| rounding | -1 means complete rounding (circle/oval) | int | -1 |
|
||||
| check_color | color accent when waiting for waiting for the authentication result | gradient | rgba(204, 136, 34, 1.0) |
|
||||
| check_color | color accent when waiting for the authentication result | gradient | rgba(204, 136, 34, 1.0) |
|
||||
| fail_color | color accent when authentication fails | gradient | rgba(204, 34, 34, 1.0) |
|
||||
| fail_text | text rendered when authentication fails | str | `<i>$FAIL <b>($ATTEMPTS)</b></i>` |
|
||||
| fail_timeout | milliseconds before `fail_text` and `fail_color` disappears | int | 2000 |
|
||||
|
|
Loading…
Reference in a new issue