mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-25 04:34:35 +00:00
hyprlock: add disabled fingerprint reader support
This commit is contained in:
parent
6fc5d3a03d
commit
9e946c7611
|
@ -8,6 +8,12 @@ general {
|
|||
grace = 3
|
||||
}
|
||||
|
||||
auth {
|
||||
pam:enabled = true
|
||||
#fingerprint:enabled = true
|
||||
}
|
||||
|
||||
|
||||
background {
|
||||
path = ~/Media/Pictures/Wallpapers/Categories/Extra/origami.png
|
||||
blur_passes = 3
|
||||
|
@ -123,6 +129,24 @@ label {
|
|||
valign = center
|
||||
}
|
||||
|
||||
# Fingerprint scan status
|
||||
label {
|
||||
text = <i>$FPRINTMESSAGE</i>
|
||||
color = rgba(153, 153, 153, 1.0) # gray
|
||||
|
||||
font_size = 14
|
||||
font_family = Noto Sans
|
||||
|
||||
shadow_passes = 1
|
||||
shadow_size = 1
|
||||
shadow_boost = 1.0
|
||||
|
||||
position = 0, 0
|
||||
halign = center
|
||||
valign = bottom
|
||||
}
|
||||
|
||||
|
||||
# Splash text
|
||||
label {
|
||||
text = Session Locked
|
||||
|
|
Loading…
Reference in a new issue