hypr/.config/hypr/hyprlock.helmut.conf (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
general {
hide_cursor = true
ignore_empty_input = true
}
auth {
fingerprint {
enabled = true
}
}
background {
path = ~/Pictures/wallpapers/shrek_wallpaper1.png
}
label {
text = $TIME
color = rgba(251, 241, 199, 1)
font_size = 56
font_family = Iosevka Nerd Font Mono
position = 0, 0
halign = center
valign = center
}
input-field {
size = 250, 50
outline_thickness = 1
dots_size = 0.40
dots_spacing = 0.15
dots_center = false
dots_rounding = 8
outer_color = rgb(251, 241, 199)
inner_color = rgb(29, 32, 33)
font_color = rgb(235, 219, 178)
fade_on_empty = true
placeholder_text = <i>Input Password...</i>
hide_input = false
rounding = 16
check_color = rgb(204, 136, 34)
fail_color = rgb(204, 36, 29)
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i> # can be set to empty
capslock_color = rgb(104, 157, 106)
numlock_color = -1
bothlock_color = -1
invert_numlock = false
swap_font_color = false
position = 0, -80
halign = center
valign = center
}
|