Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration to display waybar over tiled and fullscreen windows? #491

Open
l3s2d opened this issue Oct 26, 2019 · 8 comments
Open

Configuration to display waybar over tiled and fullscreen windows? #491

l3s2d opened this issue Oct 26, 2019 · 8 comments

Comments

@l3s2d
Copy link

l3s2d commented Oct 26, 2019

Is there configuration that will display waybar over all windows? Similar to how floating windows are positioned when "layer": "top" is set. This would be used in conjunction with killall -SIGUSR1 waybar to toggle the bar.

Here is the config to achieve this with swaybar:

bar {
    mode hide
    position top
    modifier none
}

bindsym $mod+m bar hidden_state toggle
@maximbaz
Copy link
Contributor

maximbaz commented Mar 1, 2020

Similar to how floating windows are positioned when "layer": "top" is set.

Sorry for the offtopic, but @l3s2d could you please share some details on how to set this "layer": "top" for floating windows so that they appear on top of full-screen apps? I'm searching but seemingly can't find anything...

@l3s2d
Copy link
Author

l3s2d commented Mar 6, 2020

@maximbaz I think I was referring to how floating windows can appear under waybar when "layer": "top" is set in waybar's config. To my knowledge there isn't a way to accomplish what you're asking. Sorry for the poor wording!

@kit-ty-kate
Copy link

I would be really happy to have this feature as well

@vfsoraki
Copy link

Is this implemented? In the meantime, I'm using this in sway config file to show/hide it

bindsym --no-repeat $mod+q exec pkill -USR1 waybar

But the thing is when I hit $mod+q and waybar shows, containers resize. It would be good to have waybar overlay on top of containers, like how mode overlay works for sway-bar.

@victordiaz
Copy link

I'd love to have this too!

@x10an14
Copy link

x10an14 commented Feb 6, 2022

Is this what I'm experiencing when say, steam popups are partially covered by waybar?

@barbiefan
Copy link

if you set "layer": "overlay" waybar is rendered on top of fullscreen windows (at least in hyprland)

@TheHighGroundWins
Copy link

if you set "layer": "overlay" waybar is rendered on top of fullscreen windows (at least in hyprland)

Does it still work when the bar is set to toggle.

On swaywm, it works until you setup waybar to be toggleable, at which point it doesn't show up in Fullscreen for some reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants