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
|
grace = 3
|
||||||
}
|
}
|
||||||
|
|
||||||
|
auth {
|
||||||
|
pam:enabled = true
|
||||||
|
#fingerprint:enabled = true
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
background {
|
background {
|
||||||
path = ~/Media/Pictures/Wallpapers/Categories/Extra/origami.png
|
path = ~/Media/Pictures/Wallpapers/Categories/Extra/origami.png
|
||||||
blur_passes = 3
|
blur_passes = 3
|
||||||
|
@ -123,6 +129,24 @@ label {
|
||||||
valign = center
|
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
|
# Splash text
|
||||||
label {
|
label {
|
||||||
text = Session Locked
|
text = Session Locked
|
||||||
|
@ -189,7 +213,7 @@ label {
|
||||||
color = rgba(129, 162, 190, 1.0)
|
color = rgba(129, 162, 190, 1.0)
|
||||||
font_size = 11
|
font_size = 11
|
||||||
font_family = Noto Sans
|
font_family = Noto Sans
|
||||||
|
|
||||||
shadow_passes = 1
|
shadow_passes = 1
|
||||||
shadow_size = 5
|
shadow_size = 5
|
||||||
shadow_boost = 1.8
|
shadow_boost = 1.8
|
||||||
|
|
Loading…
Reference in a new issue