From 3a95c186be8d45c88c7c5dc0cd47a2997aa0f725 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 19 Mar 2026 20:54:40 +0100 Subject: modules/ly: Use a more modest animation --- modules/by-name/ly/ly/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/by-name/ly/ly/module.nix b/modules/by-name/ly/ly/module.nix index dc0fe5a1..77bcda4f 100644 --- a/modules/by-name/ly/ly/module.nix +++ b/modules/by-name/ly/ly/module.nix @@ -74,7 +74,7 @@ in { # Stop animations after 10 secs. animation_timeout_sec = 60; - animation = "matrix"; + animation = "colormix"; custom_sessions = "${customSessionsDir}"; -- cgit 1.4.1