mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-22 09:29:24 +01:00
Originally static config only allows global config for animations. Since this refactor introduces abilty to add more type of animations, this change allows to configure `enabled`, `duration` and `style` state per animation type. Now each of them take either raw value or JSON object where keys are the animation types and values are desired config value. Also adds support for per animation configuration for komorebic commands.