From 66f3bfc4850f471e19408a932f25f9f22c85b61e Mon Sep 17 00:00:00 2001 From: vjeko2404 Date: Tue, 25 Nov 2025 21:06:23 +0100 Subject: [PATCH] Show keyboard layout in hyprlock input placeholder --- dotfiles/.config/hypr/hyprlock.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 dotfiles/.config/hypr/hyprlock.conf diff --git a/dotfiles/.config/hypr/hyprlock.conf b/dotfiles/.config/hypr/hyprlock.conf old mode 100644 new mode 100755 index 1616a525e..c597cec02 --- a/dotfiles/.config/hypr/hyprlock.conf +++ b/dotfiles/.config/hypr/hyprlock.conf @@ -33,9 +33,9 @@ input-field { font_family = Fira Semibold outer_color = $on_primary outline_thickness = 3 - fade_on_empty = true + fade_on_empty = false # Changed to false since the keyboard layout should always be shown. fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered. - placeholder_text = Input Password... # Text rendered in the input box when it's empty. + placeholder_text = Layout: $LAYOUT # Current keyboard layout rendered in the input box when it's empty. hide_input = false rounding = 10 # -1 means complete rounding (circle/oval) check_color = $primary