This commit is contained in:
2026-02-04 01:15:46 +01:00
parent aed2b44989
commit c5ccd8135a
633 changed files with 46028 additions and 2 deletions

View File

@@ -0,0 +1,25 @@
# 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;
}
)