Skip to content

Commit 2f2bd49

Browse files
authored
Hyprlock: remove duplicate wording (#885)
1 parent 680ef50 commit 2f2bd49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/Hypr Ecosystem/hyprlock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Draws a password input field.
250250
| placeholder_text | text rendered in the input box when it's empty | str | `<i>Input Password...</i>` |
251251
| hide_input | render an input indicator similar to swaylock instead of dots when set to true | bool | false |
252252
| rounding | -1 means complete rounding (circle/oval) | int | -1 |
253-
| check_color | color accent when waiting for waiting for the authentication result | gradient | rgba(204, 136, 34, 1.0) |
253+
| check_color | color accent when waiting for the authentication result | gradient | rgba(204, 136, 34, 1.0) |
254254
| fail_color | color accent when authentication fails | gradient | rgba(204, 34, 34, 1.0) |
255255
| fail_text | text rendered when authentication fails | str | `<i>$FAIL <b>($ATTEMPTS)</b></i>` |
256256
| fail_timeout | milliseconds before `fail_text` and `fail_color` disappears | int | 2000 |

0 commit comments

Comments
 (0)