mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +00:00
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:
@@ -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
3
migrations/1759270604.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
echo "Update Hyprlock with better placeholder position and show all fail text"
|
||||
|
||||
omarchy-refresh-hyprlock
|
||||
Reference in New Issue
Block a user