mirror of
https://github.com/hyprwm/hyprlock.git
synced 2025-01-27 12:59:48 +01:00
18 lines
350 B
Text
18 lines
350 B
Text
# 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)
|
|
}
|