22 lines
404 B
Plaintext
22 lines
404 B
Plaintext
# sample hyprlock.conf
|
|
# for more configuration options, refer https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock
|
|
|
|
animations {
|
|
enabled = true
|
|
bezier = linear, 1, 1, 0, 0
|
|
animation = fadeIn, 1, 5, linear
|
|
animation = fadeOut, 1, 5, linear
|
|
}
|
|
|
|
input-field {
|
|
monitor =
|
|
fade_on_empty = false
|
|
}
|
|
|
|
background {
|
|
color = rgb(23, 39, 41)
|
|
path = screenshot
|
|
blur_passes = 2
|
|
blur_size = 8
|
|
}
|