blob: 5c5bb48486a5ddc6eb532965448d7b8ec3fc9c2f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
-- ==================================================
-- KoolDots (2026)
-- Project URL: https://github.com/LinuxBeginnings
-- License: GNU GPLv3
-- SPDX-License-Identifier: GPL-3.0-or-later
-- ==================================================
-- User animation overrides template.
-- Use this to override defaults from lua/animations.lua.
-- Example:
-- hl.config({
-- animations = {
-- enabled = true,
-- },
-- })
--
-- hl.animation({ leaf = "windows", enabled = true, speed = 5, bezier = "wind", style = "slide" })
|