# sample hyprlock.conf # for more configuration options, refer https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock # # rendered text in all widgets supports pango markup (e.g. or tags) # ref. https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock/#general-remarks # # shortcuts to clear password buffer: ESC, Ctrl+U, Ctrl+Backspace # # you can get started by copying this config to ~/.config/hypr/hyprlock.conf # $font = FiraCode general { hide_cursor = true } # uncomment to enable fingerprint authentication # auth { # fingerprint { # enabled = true # ready_message = Scan fingerprint to unlock # present_message = Scanning... # retry_delay = 250 # in milliseconds # } # } animations { enabled = true bezier = linear, 1, 1, 0, 0 animation = fadeIn, 1, 5, linear animation = fadeOut, 1, 5, linear animation = inputFieldDots, 1, 2, linear } background { monitor = color = rgba(120, 120, 120, 1) } auth { pam:enabled = true pam:module = doas fingerprint:enabled = true } label { monitor = text = font_size = 24 onclick = hyprctl switchxkblayout all next position = 250, -20 halign = center valign = center }