cava slide-out by muzqs

This commit is contained in:
Daniel Napora 2024-12-27 20:30:49 +01:00
parent 470d965cb3
commit 44f675bab6

View File

@ -69,11 +69,7 @@ rules: (
blur-background = false; blur-background = false;
corner-radius = 0; corner-radius = 0;
}, },
{
match = "name = 'cavatransparent' || name = 'vistransparent'";
blur-background = false;
shadow = false;
},
{ {
match = "class_g = 'skippy-xd-fix'"; match = "class_g = 'skippy-xd-fix'";
blur-background = false; blur-background = false;
@ -83,6 +79,21 @@ corner-radius = 0;
}, },
@include "mabox-animations.conf" @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" @include "jgmenu.conf"
}, },
{ {