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
|
||||
}
|
||||
|
||||
drop_shadow = yes
|
||||
shadow_range = 4
|
||||
shadow_render_power = 3
|
||||
col.shadow = rgba(1a1a1aee)
|
||||
shadow {
|
||||
enabled = yes
|
||||
range = 4
|
||||
render_power = 4
|
||||
color = rgba(1a1a1aee)
|
||||
}
|
||||
}
|
||||
|
||||
animations {
|
||||
|
|
Loading…
Reference in a new issue