fix: change columns of shadow in hyprland.conf

Hyprland changed the place for shadow properties, so i changed them
accordingly
This commit is contained in:
Seymur Bagirov 2024-11-30 16:27:09 +04:00
parent 0b98d7fa7a
commit 672bd93592

View File

@ -124,10 +124,18 @@ decoration {
# shadow_scale = 0.97 # shadow_scale = 0.97
drop_shadow = yes shadow {
shadow_range = 4 range = 4
shadow_render_power = 3 render_power = 3
col.shadow = rgba(1a1a1aee) color = rgba(1a1a1aee)
enabled = true
}
# drop_shadow = yes
# shadow_range = 4
# shadow_render_power = 3
# col.shadow = rgba(1a1a1aee)
} }
animations { animations {