mirror of
https://github.com/hyprwm/hyprlock.git
synced 2025-01-26 04:19:48 +01:00
examples: Add default animations to the example config (#643)
This commit is contained in:
parent
73e23e535f
commit
a5e346783f
1 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,13 @@
|
||||||
# sample hyprlock.conf
|
# sample hyprlock.conf
|
||||||
# for more configuration options, refer https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock
|
# 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 {
|
input-field {
|
||||||
monitor =
|
monitor =
|
||||||
fade_on_empty = false
|
fade_on_empty = false
|
||||||
|
|
Loading…
Reference in a new issue