omarchy icon indicating copy to clipboard operation
omarchy copied to clipboard

Keyboard layout indicator on lock screen

Open heetrew opened this issue 3 months ago • 1 comments

What do you need?

It would be helpful for users who use multiple keyboard layouts to see which layout is currently active for the password input on the lock screen. Alternatively, perhaps password input could be restricted to the US-EN layout only.

heetrew avatar Oct 26 '25 10:10 heetrew

I added this to the hyprlock.conf:

label {
    monitor =
    text = $LAYOUT
    color = rgba(200, 200, 200, 1.0)
    font_size = 15
    font_family = CaskaydiaMono Nerd Font

    halign = right
    valign = bottom
}

and now it shows the current layout in bottom right corner

ghostfaced02 avatar Nov 24 '25 18:11 ghostfaced02