From 268b48644cb25d9a314b2f5452def15fa8fa1589 Mon Sep 17 00:00:00 2001 From: Mitch Lombardi Date: Sun, 12 Oct 2025 16:22:49 -0400 Subject: [PATCH] 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 --- config/hypr/hyprlock.conf | 8 ++++---- migrations/1759270604.sh | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 migrations/1759270604.sh diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index d2df696..063d793 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -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 = $PAMFAIL ($ATTEMPTS) + fail_text = $FAIL ($ATTEMPTS) rounding = 0 shadow_passes = 0 diff --git a/migrations/1759270604.sh b/migrations/1759270604.sh new file mode 100644 index 0000000..dce7980 --- /dev/null +++ b/migrations/1759270604.sh @@ -0,0 +1,3 @@ +echo "Update Hyprlock with better placeholder position and show all fail text" + +omarchy-refresh-hyprlock