Compare commits
2 commits
cd49f0e88d
...
867f717c5f
Author | SHA1 | Date | |
---|---|---|---|
867f717c5f | |||
721d402d47 |
1 changed files with 5 additions and 4 deletions
|
@ -8,13 +8,14 @@ opengl-swc = true;
|
|||
|
||||
# Fading
|
||||
fading = true;
|
||||
fade-in-step=0.05;
|
||||
fade-out-step=0.05;
|
||||
fade-in-step = 0.05;
|
||||
fade-out-step = 0.05;
|
||||
|
||||
# Corners
|
||||
corner-radius = 15;
|
||||
corner-radius = 10;
|
||||
rounded-corners-exclude = [
|
||||
"class_g = 'dwmtray'",
|
||||
"class_g = 'dwm'",
|
||||
"class_g = 'dmenu'",
|
||||
"class_g = 'Dunst'"
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue