From 2f2bd49ac1bbf7b51e31c0bcc9a57f74cbc6e98c Mon Sep 17 00:00:00 2001 From: Daniel Kusai Date: Mon, 25 Nov 2024 16:20:10 +0200 Subject: [PATCH] Hyprlock: remove duplicate wording (#885) --- pages/Hypr Ecosystem/hyprlock.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Hypr Ecosystem/hyprlock.md b/pages/Hypr Ecosystem/hyprlock.md index a4c7245..e136559 100644 --- a/pages/Hypr Ecosystem/hyprlock.md +++ b/pages/Hypr Ecosystem/hyprlock.md @@ -250,7 +250,7 @@ Draws a password input field. | placeholder_text | text rendered in the input box when it's empty | str | `Input Password...` | | 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 | `$FAIL ($ATTEMPTS)` | | fail_timeout | milliseconds before `fail_text` and `fail_color` disappears | int | 2000 |