aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2024-03-11 19:47:38 +0000
committerJustine Smithies <justine@smithies.me.uk>2024-03-11 19:47:38 +0000
commitf181da1d537d2f10b7aee7b0e84e8bb4b151ca52 (patch)
tree85f5090915d5bb0383b4d869c771c342e937f3a1
parentd00932e33546e059b018cb418ead30f8394c6cd2 (diff)
Hyprlock add new fail config for input-field
-rw-r--r--.config/hypr/hyprlock.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf
index 581f570..636b6c8 100644
--- a/.config/hypr/hyprlock.conf
+++ b/.config/hypr/hyprlock.conf
@@ -34,6 +34,10 @@ input-field {
placeholder_text = <span foreground="##aabbcc" style="italic">Input Password...</span>
hide_input = false
rounding = 10 # -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 = <i>$FAIL <b>($ATTEMPTS)</b></i> # can be set to empty
+ fail_transition = 300 # transition time in ms between normal outer_color and fail_color
position = 0, -90
halign = center
valign = center