aboutsummaryrefslogtreecommitdiff
path: root/home/rices/finals/niri.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-04-20 12:02:54 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-04-20 12:02:54 +0200
commite2abac4c7241b783150301b62617c91624195cc8 (patch)
tree848c027a0660397dd78488443fa5001a209661ca /home/rices/finals/niri.nix
parentbe42662aae4364adf803b3b860dbb04319ee9f65 (diff)
Add open animations to niri
Diffstat (limited to 'home/rices/finals/niri.nix')
-rw-r--r--home/rices/finals/niri.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/home/rices/finals/niri.nix b/home/rices/finals/niri.nix
index b4e012b..190eb30 100644
--- a/home/rices/finals/niri.nix
+++ b/home/rices/finals/niri.nix
@@ -19,10 +19,12 @@
(map (lib.concatStringsSep " ")
(map (map (word: "\"${word}\""))
[
+ ["eww" "open" "clock"]
["touch" ".config/niri/live.kdl"]
]));
other = [
"include \"live.kdl\""
+ "animations { window-open { duration-ms 3000; curve \"linear\"; custom-shader r\"\n${builtins.readFile ./niri/shaders/arc.frag}\";};}"
];
in {
target = ".config/niri/config.kdl";