diff --git a/kitty/shaders/custom/northern-lights.pipeline b/kitty/shaders/custom/northern-lights.pipeline index 0d29d9c37..72e892b72 100644 --- a/kitty/shaders/custom/northern-lights.pipeline +++ b/kitty/shaders/custom/northern-lights.pipeline @@ -1,18 +1,22 @@ textures a persist startgroup + animation_start os-window-focus-in | user-activity + animation_stop os-window-focus-out | user-idle var int STAGE = 0 shaders northern-lights output_texture a endgroup startgroup + attach var int STAGE = 1 shaders northern-lights output_texture persist endgroup startgroup + attach var int STAGE = 2 shaders northern-lights endgroup