decorations update
This commit is contained in:
+16
-1
@@ -51,10 +51,25 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
|
rounding = 10;
|
||||||
|
# active_opacity = 1.0;
|
||||||
|
# inactive_opacity = 0.8;
|
||||||
|
shadow = {
|
||||||
|
enabled = true;
|
||||||
|
range = 15;
|
||||||
|
render_power = 3;
|
||||||
|
color = "rgba(0,0,0,0.4)";
|
||||||
|
color_inactive = "rgba(0,0,0,0.2)";
|
||||||
|
};
|
||||||
|
# dim_inactive = true;
|
||||||
|
# dim_strength = 0.05;
|
||||||
blur = {
|
blur = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
size = 8;
|
size = 10;
|
||||||
passes = 3;
|
passes = 3;
|
||||||
|
noise = 0.12;
|
||||||
|
contrast = 1.1;
|
||||||
|
brightness = 0.8;
|
||||||
new_optimizations = true;
|
new_optimizations = true;
|
||||||
ignore_opacity = true;
|
ignore_opacity = true;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user