chore(hypr): Migrated shadow config to new v0.45 schema
This commit is contained in:
parent
2bbd34a116
commit
060e6735bf
1 changed files with 6 additions and 4 deletions
|
@ -53,10 +53,12 @@ decoration {
|
||||||
passes = 1
|
passes = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
drop_shadow = yes
|
shadow {
|
||||||
shadow_range = 4
|
enabled = yes
|
||||||
shadow_render_power = 3
|
range = 4
|
||||||
col.shadow = rgba(1a1a1aee)
|
render_power = 4
|
||||||
|
color = rgba(1a1a1aee)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
|
|
Loading…
Reference in a new issue