mirror of
https://github.com/Yannick7777/dotfiles.git
synced 2025-06-25 22:25:33 +02:00
Add fingerprint support to hyprlock
This commit is contained in:
parent
66eb93e353
commit
6068fdda86
1 changed files with 23 additions and 1 deletions
|
@ -2,6 +2,13 @@ general {
|
|||
ignore_empty_input = true
|
||||
}
|
||||
|
||||
auth {
|
||||
enable_fingerprint = true
|
||||
fingerprint_ready_message = or scan fingerprint...
|
||||
fingerprint_present_message = scanning fingerprint...
|
||||
|
||||
}
|
||||
|
||||
background {
|
||||
monitor =
|
||||
path = ~/Pictures/wallpapers/purple_bg.png
|
||||
|
@ -40,7 +47,6 @@ input-field {
|
|||
halign = center
|
||||
valign = center
|
||||
}
|
||||
https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock/
|
||||
|
||||
label {
|
||||
monitor =
|
||||
|
@ -72,6 +78,22 @@ label {
|
|||
valign = center
|
||||
}
|
||||
|
||||
label {
|
||||
monitor =
|
||||
text = $FPRINTMESSAGE
|
||||
text_align = center
|
||||
color = rgb(CCCCFF)
|
||||
font_size = 15
|
||||
font_family = 0xProto Nerd Font
|
||||
rotate = 0
|
||||
|
||||
position = 0, -230
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
|
||||
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:10000] echo " $(uname -sr)"
|
||||
|
|
Loading…
Add table
Reference in a new issue