From a5e346783ff0e65b1bf23e0eb9ae473dd6ab48c0 Mon Sep 17 00:00:00 2001 From: izmyname <135810812+izmyname@users.noreply.github.com> Date: Fri, 10 Jan 2025 18:15:27 +0500 Subject: [PATCH] examples: Add default animations to the example config (#643) --- assets/example.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/assets/example.conf b/assets/example.conf index 5f94bf6..ea1a9f2 100644 --- a/assets/example.conf +++ b/assets/example.conf @@ -1,6 +1,13 @@ # 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