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
|
||||||
shadow = true;
|
shadow = true;
|
||||||
shadow-radius = 12;
|
shadow-radius = 15;
|
||||||
shadow-opacity = 0.6;
|
shadow-opacity = 0.7;
|
||||||
shadow-offset-x = -12;
|
shadow-offset-x = -13;
|
||||||
shadow-offset-y = -10;
|
shadow-offset-y = -13;
|
||||||
shadow-exclude = "!focused";
|
shadow-exclude = "!focused";
|
||||||
|
|
||||||
# Fading
|
# Fading
|
||||||
fading = true;
|
fading = true;
|
||||||
fade-in-step = 0.03;
|
fade-in-step = 0.04;
|
||||||
fade-out-step = 0.03;
|
fade-out-step = 0.04;
|
||||||
fade-delta = 2;
|
fade-delta = 4;
|
||||||
fade-exclude = [];
|
fade-exclude = [];
|
||||||
|
|
||||||
# Corner
|
# Corner
|
||||||
|
@ -19,9 +19,9 @@ corner-radius = 0;
|
||||||
# Blur
|
# Blur
|
||||||
blur-method = "dual_kawase";
|
blur-method = "dual_kawase";
|
||||||
blur-background = true;
|
blur-background = true;
|
||||||
blur-background-frame = true;
|
blur-background-frame = false;
|
||||||
blur-kern = "3x3box";
|
blur-kern = "3x3box";
|
||||||
blur-strength = 4;
|
blur-strength = 8;
|
||||||
blur-background-exclude = [
|
blur-background-exclude = [
|
||||||
"class_g *= 'slop'",
|
"class_g *= 'slop'",
|
||||||
"_GTK_FRAME_EXTENTS@:c",
|
"_GTK_FRAME_EXTENTS@:c",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue