From 44f675bab6ec3bce063208d69aba548cf8cc8221 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Fri, 27 Dec 2024 20:30:49 +0100 Subject: [PATCH] cava slide-out by muzqs --- include/mabox-rules.conf | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/include/mabox-rules.conf b/include/mabox-rules.conf index b0569eb..bda38ea 100644 --- a/include/mabox-rules.conf +++ b/include/mabox-rules.conf @@ -69,11 +69,7 @@ rules: ( blur-background = false; corner-radius = 0; }, -{ -match = "name = 'cavatransparent' || name = 'vistransparent'"; -blur-background = false; -shadow = false; -}, + { match = "class_g = 'skippy-xd-fix'"; blur-background = false; @@ -83,6 +79,21 @@ corner-radius = 0; }, @include "mabox-animations.conf" { +match = "name = 'cavatransparent' || name = 'vistransparent'"; +blur-background = false; +shadow = false; +animations = ( + { + triggers = ["hide"]; + preset = "slide-out"; + opacity = 1.0; + direction = "down"; + duration = 1.2; + delay = 0.5; + }, + ) +}, +{ @include "jgmenu.conf" }, {