mirror of
https://github.com/TheM1Stery/dotfiles.git
synced 2025-04-19 16:51:10 +00:00
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:
parent
0b98d7fa7a
commit
672bd93592
@ -124,10 +124,18 @@ decoration {
|
||||
# shadow_scale = 0.97
|
||||
|
||||
|
||||
drop_shadow = yes
|
||||
shadow_range = 4
|
||||
shadow_render_power = 3
|
||||
col.shadow = rgba(1a1a1aee)
|
||||
shadow {
|
||||
range = 4
|
||||
render_power = 3
|
||||
color = rgba(1a1a1aee)
|
||||
enabled = true
|
||||
}
|
||||
|
||||
|
||||
# drop_shadow = yes
|
||||
# shadow_range = 4
|
||||
# shadow_render_power = 3
|
||||
# col.shadow = rgba(1a1a1aee)
|
||||
}
|
||||
|
||||
animations {
|
||||
|
Loading…
Reference in New Issue
Block a user