Hyprland breaking changes. (Stylix fix, waiting for upstream)

Former-commit-id: f4f9f889ed
This commit is contained in:
Hadi
2024-11-08 13:32:25 +01:00
parent ea806f21d4
commit fe323511a4
3 changed files with 11 additions and 7 deletions

View File

@@ -111,9 +111,11 @@ in {
active_opacity = active-opacity;
inactive_opacity = inactive-opacity;
rounding = rounding;
drop_shadow = true;
shadow_range = 20;
shadow_render_power = 3;
shadow = {
enabled = true;
range = 20;
render_power = 3;
};
blur = { enabled = if blur then "true" else "false"; };
};