Skip to content

0.46 Update breaking the config #18

@PrianshuRai

Description

@PrianshuRai

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions