46 lines
784 B
Plaintext
46 lines
784 B
Plaintext
# Minimal Hyprlock screen using the current desktop as a blurred backdrop.
|
|
|
|
$font = Sans
|
|
|
|
general {
|
|
hide_cursor = true
|
|
}
|
|
|
|
background {
|
|
monitor =
|
|
path = screenshot
|
|
blur_passes = 3
|
|
}
|
|
|
|
input-field {
|
|
monitor =
|
|
size = 20%, 5%
|
|
outline_thickness = 2
|
|
inner_color = rgba(0, 0, 0, 0.25)
|
|
outer_color = rgba(eeeeeecc)
|
|
check_color = rgba(8ec07ccc)
|
|
fail_color = rgba(fb4934cc)
|
|
|
|
font_color = rgb(eeeeee)
|
|
fade_on_empty = false
|
|
rounding = 12
|
|
font_family = $font
|
|
placeholder_text = Input password...
|
|
fail_text = $PAMFAIL
|
|
|
|
position = 0, -20
|
|
halign = center
|
|
valign = center
|
|
}
|
|
|
|
label {
|
|
monitor =
|
|
text = $TIME
|
|
font_size = 72
|
|
font_family = $font
|
|
|
|
position = 0, 120
|
|
halign = center
|
|
valign = center
|
|
}
|