anyrun
anyrun copied to clipboard
Transparency does not work
I'm currently using Hyprland. I can not get anyrun's background to be transparent. With the default styling, and even with the following css it does not seem to apply.
#window,
#match,
#entry,
#plugin,
#main {
background: transparent;
}
I'm not sure if this is an issue with anyrun specifically or my hyprland config is wrong. But I'd appreciate if anyone else can help me out.
Try to copy fufexan style.css
I'm currently using Hyprland.
Layers don't get blurred by default, did you forget to add
layerrule = blur, (anyrun)
to your Hyprland config?
(Note: if that makes rounded borders look weird, try also adding this:
layerrule = ignorezero, (anyrun)
)