picom-config-jaskier/include/jgmenu.conf

26 lines
503 B
Plaintext
Raw Permalink Normal View History

2024-12-21 10:30:24 +01:00
# JGMENU opacity and corner radius is controlled by jgmenu itself
# Maybe split animations to separate files?
match = "name = 'jgmenu'";
blur-background = true;
opacity = 1.0;
corner-radius = 2;
dim = 0.0;
shadow = true;
animations = (
{
triggers = ["close", "hide"];
preset = "fly-out";
direction = "up";
duration = 0.6;
scale = 0.8;
},
{
triggers = ["open", "show"];
preset = "appear";
duration = 0.2;
scale = 0.6;
}
)