mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-07 21:45:19 +02:00
feat(config): adds per animation configuration options
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.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#![warn(clippy::all)]
|
||||
#![allow(clippy::missing_errors_doc)]
|
||||
|
||||
pub use komorebi::animation::prefix::AnimationPrefix;
|
||||
pub use komorebi::asc::ApplicationSpecificConfiguration;
|
||||
pub use komorebi::colour::Colour;
|
||||
pub use komorebi::colour::Rgb;
|
||||
|
||||
Reference in New Issue
Block a user