fix hyprland config to work with latest update

This commit is contained in:
2024-11-18 23:32:05 +01:00
parent e0dfe3ae80
commit 10ddb3abdc

View File

@ -122,10 +122,12 @@
decoration = { decoration = {
rounding = 10; rounding = 10;
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)";
};
blur = { blur = {
enabled = true; enabled = true;