Smol tweak
This commit is contained in:
parent
42de87287e
commit
855fad96eb
|
@ -68,11 +68,11 @@ no-dock-shadow = true;
|
||||||
# The blur radius for shadows. (default 12)
|
# The blur radius for shadows. (default 12)
|
||||||
shadow-radius = 12;
|
shadow-radius = 12;
|
||||||
# The left offset for shadows. (default -15)
|
# The left offset for shadows. (default -15)
|
||||||
shadow-offset-x = -10;
|
shadow-offset-x = -12;
|
||||||
# The top offset for shadows. (default -15)
|
# The top offset for shadows. (default -15)
|
||||||
shadow-offset-y = -10;
|
shadow-offset-y = -10;
|
||||||
# The translucency for shadows. (default .75)
|
# The translucency for shadows. (default .75)
|
||||||
shadow-opacity = 0.75;
|
shadow-opacity = .75;
|
||||||
|
|
||||||
# Set if you want different colour shadows
|
# Set if you want different colour shadows
|
||||||
# shadow-red = 0.0;
|
# shadow-red = 0.0;
|
||||||
|
|
Loading…
Reference in a new issue