diff options
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprlock.conf | 4 |
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 |