From 57b8261204e348c4c61fbcc3ee86d8e50eb10f97 Mon Sep 17 00:00:00 2001 From: davc0n Date: Tue, 9 Jul 2024 17:43:38 +0200 Subject: [PATCH] hyprlock: add input-field fail_timeout option (#708) --- 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 191b3f7..8354836 100644 --- a/pages/Hypr Ecosystem/hyprlock.md +++ b/pages/Hypr Ecosystem/hyprlock.md @@ -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 = $FAIL ($ATTEMPTS) # 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