picom-config-jaskier/include/conky.conf

23 lines
412 B
Plaintext
Raw Normal View History

2024-12-21 10:30:24 +01:00
# Conky (normal conkies - not always transparent)
match = "class_g = 'Conky'";
blur-background = true;
corner-radius = 6;
opacity = 0.75;
dim = 0.0;
shadow = true;
animations = (
{
triggers = ["close", "hide"];
preset = "fly-out";
direction = "up";
duration = 1.0;
},
{
triggers = ["open", "show"];
preset = "fly-in";
delay = 3;
direction = "up";
duration = 1.0;
},
)