fixed depreciated shadow settings

This commit is contained in:
Nickiel12 2024-11-25 17:42:19 -08:00
parent fc258b6b87
commit f9862f40bc

View file

@ -96,9 +96,12 @@ in
# https://wiki.hyprland.org/Configuring/Variables/#decoration # https://wiki.hyprland.org/Configuring/Variables/#decoration
decoration = { decoration = {
shadow_offset = "5 5"; shadow = {
enabled = true;
color = "rgba(00000099)"
range = 5;
};
rounding = 5; rounding = 5;
"col.shadow" = "rgba(00000099)";
}; };
# https://wiki.hyprland.org/Configuring/Variables/#gestures # https://wiki.hyprland.org/Configuring/Variables/#gestures