Fix hyprland decoration configuration
This commit is contained in:
parent
befa49219f
commit
afe7719817
|
|
@ -36,15 +36,19 @@ in
|
||||||
multisample_edges = true;
|
multisample_edges = true;
|
||||||
inactive_opacity = 0.95;
|
inactive_opacity = 0.95;
|
||||||
|
|
||||||
blur = true;
|
blur = {
|
||||||
blur_size = 3;
|
enabled = true;
|
||||||
blur_passes = 3;
|
size = 3;
|
||||||
blur_new_optimizations = true;
|
passes = 3;
|
||||||
|
new_optimizations = true;
|
||||||
|
};
|
||||||
|
|
||||||
drop_shadow = true;
|
shadow = {
|
||||||
shadow_range = 4;
|
enabled = true;
|
||||||
shadow_render_power = 3;
|
range = 4;
|
||||||
col.shadow = "rgba(1a1a1aee)";
|
render_power = 3;
|
||||||
|
color = "rgba(1a1a1aee)";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
env = [
|
env = [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue