-
Notifications
You must be signed in to change notification settings - Fork 244
Open
Description
hi.. i m following you video for the new setup during which i encounter an error:
decoration:drop_shadow doest not exists.
decoration:shadow_range doest not exists.
decoration:shadow_render_power doest not exists.
decoration:col.shadow doest not exists.
this is the fix i tried,
decoration {
rounding = 10
# Change transparency of focused and unfocused windows
active_opacity = 1.0
inactive_opacity = 1.0
# drop_shadow = true
# shadow_range = 4
# shadow_render_power = 3
col.shadow = rgba(1a1a1aee)
# https://wiki.hyprland.org/Configuring/Variables/#blur
blur {
enabled = true
size = 3
passes = 1
vibrancy = 0.1696
}
shadow {
enabled = true
range = 4
render_power = 3
}
}
as per my research, what i found is, in the latest update, these values has been changed
i also got some sort of help from this page, link
thanks a lot for your great work!!
Metadata
Metadata
Assignees
Labels
No labels