about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-04-14 17:50:46 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-04-14 18:02:05 +0200
commit958994406824dab4f64741133faba090937aa4fc (patch)
treeb4f80c125ae2442ebd4628fa5d081c953a78bdc0
parentmodules/lf/colors: Hide the (not removable) `~/.pki` directory (diff)
downloadnixos-config-958994406824dab4f64741133faba090937aa4fc.zip
modules/ly: Add a new black hole animation
-rw-r--r--modules/by-name/ly/ly/blackhole-smooth-240x67.durbin0 -> 484298 bytes
-rw-r--r--modules/by-name/ly/ly/module.nix3
2 files changed, 2 insertions, 1 deletions
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
--- /dev/null
+++ b/modules/by-name/ly/ly/blackhole-smooth-240x67.dur
Binary files differdiff --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}";