change blur, opacity & background

This commit is contained in:
Hadi
2025-02-21 16:25:04 +01:00
parent de125e21a7
commit bd8a936a1d
3 changed files with 8 additions and 5 deletions

View File

@@ -114,7 +114,10 @@ in {
range = 20;
render_power = 3;
};
blur = { enabled = if blur then "true" else "false"; };
blur = {
enabled = if blur then "true" else "false";
size = 16;
};
};
master = {