33 lines
477 B
Plaintext
33 lines
477 B
Plaintext
# ~/.config/hypr/hyprlock.conf
|
|
|
|
general {
|
|
grace = 2
|
|
ignore_empty_input = true
|
|
}
|
|
|
|
background {
|
|
path = ~/.config/hypr/lock.png
|
|
blur_passes = 2
|
|
blur_size = 6
|
|
}
|
|
|
|
input-field {
|
|
size = 320, 60
|
|
outline_thickness = 2
|
|
dots_size = 0.25
|
|
dots_spacing = 0.20
|
|
fade_on_empty = true
|
|
placeholder_text = "Password"
|
|
position = 0, -120
|
|
halign = center
|
|
valign = center
|
|
}
|
|
|
|
label {
|
|
text = $TIME
|
|
font_size = 72
|
|
position = 0, 120
|
|
halign = center
|
|
valign = center
|
|
}
|