upload
This commit is contained in:
22
common/picom/include/conky.conf
Normal file
22
common/picom/include/conky.conf
Normal file
@@ -0,0 +1,22 @@
|
||||
# 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;
|
||||
},
|
||||
)
|
||||
Reference in New Issue
Block a user