From fe65e2de8b1b716bad6d4e5a50c92d9a2cab4ec2 Mon Sep 17 00:00:00 2001
From: bvr-yr <130279855+bvr-yr@users.noreply.github.com>
Date: Mon, 11 Mar 2024 18:17:29 +0300
Subject: [PATCH] hyprlock: mention `check_color` (#518)
---
pages/Hypr Ecosystem/hyprlock.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/pages/Hypr Ecosystem/hyprlock.md b/pages/Hypr Ecosystem/hyprlock.md
index 381c244..83b20dc 100644
--- a/pages/Hypr Ecosystem/hyprlock.md
+++ b/pages/Hypr Ecosystem/hyprlock.md
@@ -95,6 +95,7 @@ input-field {
placeholder_text = Input Password... # Text rendered in the input box when it's empty.
hide_input = false
rounding = -1 # -1 means complete rounding (circle/oval)
+ check_color = rgb(204, 136, 34)
fail_color = rgb(204, 34, 34) # if authentication failed, changes outer_color and fail message color
fail_text = $FAIL ($ATTEMPTS) # can be set to empty
fail_transition = 300 # transition time in ms between normal outer_color and fail_color