diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-04-14 17:50:46 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-04-14 18:02:05 +0200 |
| commit | 958994406824dab4f64741133faba090937aa4fc (patch) | |
| tree | b4f80c125ae2442ebd4628fa5d081c953a78bdc0 | |
| parent | modules/lf/colors: Hide the (not removable) `~/.pki` directory (diff) | |
| download | nixos-config-958994406824dab4f64741133faba090937aa4fc.zip | |
modules/ly: Add a new black hole animation
| -rw-r--r-- | modules/by-name/ly/ly/blackhole-smooth-240x67.dur | bin | 0 -> 484298 bytes | |||
| -rw-r--r-- | modules/by-name/ly/ly/module.nix | 3 |
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}"; |
