61 lines
1.3 KiB
Plaintext
61 lines
1.3 KiB
Plaintext
# 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. <b> or <i> 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 = Monospace
|
|
|
|
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 =
|
|
path = ~/Nextcloud/wallpapers/laptop/hiroishi_nagasai.png
|
|
blur_passes = 3
|
|
}
|
|
|
|
input-field {
|
|
monitor =
|
|
size = 20%, 5%
|
|
outline_thickness = 0
|
|
inner_color = rgba(0, 0, 0, 0.0) # no fill
|
|
|
|
font_color = rgb(255, 255, 255)
|
|
fade_on_empty = false
|
|
rounding = 5
|
|
|
|
font_family = $font
|
|
placeholder_text = Password
|
|
fail_text = $PAMFAIL
|
|
|
|
dots_spacing = 0.3
|
|
|
|
halign = center
|
|
valign = center
|
|
}
|