Fix placeholder position and adjust fail text on lock screen (#2124)

* Fix placeholder position and adjust fail text on lock screen

* Expand input field to fully fit fingerprint authentication failure message

* Better explain what's happening

---------

Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
Mitch Lombardi
2025-10-12 16:22:49 -04:00
committed by GitHub
parent 360a2ed943
commit 268b48644c
2 changed files with 7 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ animations {
input-field {
monitor =
size = 600, 100
size = 650, 100
position = 0, 0
halign = center
valign = center
@@ -22,12 +22,12 @@ input-field {
outer_color = $outer_color
outline_thickness = 4
font_family = CaskaydiaMono Nerd Font
font_family = CaskaydiaMono Nerd Font Propo
font_color = $font_color
placeholder_text = Enter Password 󰈷
placeholder_text = Enter Password 󰈷
check_color = $check_color
fail_text = <i>$PAMFAIL ($ATTEMPTS)</i>
fail_text = <i>$FAIL ($ATTEMPTS)</i>
rounding = 0
shadow_passes = 0

3
migrations/1759270604.sh Normal file
View File

@@ -0,0 +1,3 @@
echo "Update Hyprlock with better placeholder position and show all fail text"
omarchy-refresh-hyprlock