mirror of
https://github.com/TheM1Stery/dotfiles.git
synced 2025-04-20 00:51:11 +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
|
# 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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user