From 958994406824dab4f64741133faba090937aa4fc Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 14 Apr 2026 17:50:46 +0200 Subject: modules/ly: Add a new black hole animation --- modules/by-name/ly/ly/blackhole-smooth-240x67.dur | Bin 0 -> 484298 bytes modules/by-name/ly/ly/module.nix | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 modules/by-name/ly/ly/blackhole-smooth-240x67.dur diff --git a/modules/by-name/ly/ly/blackhole-smooth-240x67.dur b/modules/by-name/ly/ly/blackhole-smooth-240x67.dur new file mode 100644 index 00000000..d65c878f Binary files /dev/null and b/modules/by-name/ly/ly/blackhole-smooth-240x67.dur differ diff --git a/modules/by-name/ly/ly/module.nix b/modules/by-name/ly/ly/module.nix index 3f2607ec..9ddbdaa9 100644 --- a/modules/by-name/ly/ly/module.nix +++ b/modules/by-name/ly/ly/module.nix @@ -80,7 +80,8 @@ in { # Stop animations after 10 secs. animation_timeout_sec = 60; - animation = "colormix"; + animation = "dur_file"; + dur_file_path = "${./blackhole-smooth-240x67.dur}"; custom_sessions = "${customSessionsDir}"; -- cgit 1.4.1