Closed izmyname closed 1 week ago
Some more info from Hyprland discussions. https://github.com/hyprwm/Hyprland/discussions/8369#discussioncomment-11165849
Having a quick look at waybar's code, it seems that the issue is here: https://github.com/Alexays/Waybar/blob/5f260516af9a3e5791c26c7fc18a85a47da5b23f/src/modules/hyprland/window.cpp#L194-L198
I would argue that both flags are wrong, because:
Seems to me that this block could be entirely removed.
Removing the code above, before building, fixes the problem.
I have a
window#waybar.fullscreen #window
in mystyle.css
configured in the way it changes colours, whenever a focused window is on fullscreen. However, it doesn't change its style if I put a stacked window group on fullscreen.To demonstrate.
default window style, no fullscreen.
firefox window is on fullscreen - the module changed its colours.
firefox is inside a stacked group, the group is on fullscreen - the module didn't change its colours.