mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 19:46:20 +00:00
19 lines
288 B
Nix
19 lines
288 B
Nix
{
|
|
rounding = 20;
|
|
blur = {
|
|
enabled = true;
|
|
xray = false;
|
|
special = false;
|
|
|
|
size = 6;
|
|
passes = 4;
|
|
new_optimizations = "on";
|
|
};
|
|
|
|
drop_shadow = true;
|
|
shadow_range = 15;
|
|
shadow_offset = "0 2";
|
|
shadow_render_power = 6;
|
|
"col.shadow" = "rgba(00000044)";
|
|
}
|