minor shadow changes
This commit is contained in:
parent
6361475d60
commit
b964017588
1 changed files with 9 additions and 9 deletions
|
@ -1,16 +1,16 @@
|
|||
# Shadow
|
||||
shadow = true;
|
||||
shadow-radius = 12;
|
||||
shadow-opacity = 0.6;
|
||||
shadow-offset-x = -12;
|
||||
shadow-offset-y = -10;
|
||||
shadow-radius = 15;
|
||||
shadow-opacity = 0.7;
|
||||
shadow-offset-x = -13;
|
||||
shadow-offset-y = -13;
|
||||
shadow-exclude = "!focused";
|
||||
|
||||
# Fading
|
||||
fading = true;
|
||||
fade-in-step = 0.03;
|
||||
fade-out-step = 0.03;
|
||||
fade-delta = 2;
|
||||
fade-in-step = 0.04;
|
||||
fade-out-step = 0.04;
|
||||
fade-delta = 4;
|
||||
fade-exclude = [];
|
||||
|
||||
# Corner
|
||||
|
@ -19,9 +19,9 @@ corner-radius = 0;
|
|||
# Blur
|
||||
blur-method = "dual_kawase";
|
||||
blur-background = true;
|
||||
blur-background-frame = true;
|
||||
blur-background-frame = false;
|
||||
blur-kern = "3x3box";
|
||||
blur-strength = 4;
|
||||
blur-strength = 8;
|
||||
blur-background-exclude = [
|
||||
"class_g *= 'slop'",
|
||||
"_GTK_FRAME_EXTENTS@:c",
|
||||
|
|
Loading…
Add table
Reference in a new issue