add: decorations
This commit is contained in:
@@ -28,5 +28,24 @@
|
|||||||
"workspaces, 0, 0, ease"
|
"workspaces, 0, 0, ease"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
decoration = {
|
||||||
|
rounding = 0;
|
||||||
|
|
||||||
|
shadow = {
|
||||||
|
enabled = true;
|
||||||
|
range = 2;
|
||||||
|
render_power = 3;
|
||||||
|
color = "rgba(1a1a1aee)";
|
||||||
|
};
|
||||||
|
|
||||||
|
blur = {
|
||||||
|
enabled = true;
|
||||||
|
size = 2;
|
||||||
|
passes = 2;
|
||||||
|
special = true;
|
||||||
|
brightness = 0.60;
|
||||||
|
contrast = 0.75;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user