Alexays / Waybar

Highly customizable Wayland bar for Sway and Wlroots based compositors. :v: :tada:
MIT License
6.61k stars 705 forks source link

how to show only opened apps in the current workspace in wlr/taskbar? #1997

Open gmr458 opened 1 year ago

gmr458 commented 1 year ago

wlr/taskbar shows all open applications regardless of the current workspace I'm using

AGCaesar commented 1 year ago

This would still help me a lot! I fear it is still not possible?

TCCQ commented 1 year ago

I am also interested in this for Sway in particular.

iguanajuice commented 1 year ago

This might be of relevance: https://github.com/LBCrion/sfwbar/issues/107#issuecomment-1676439293

At the moment, this feature requires a separate ipc, such as those provided by sway or hyprland.

So this would be possible but only for compositor with their own IPC, and it would have to be implemented per compositor and not generically until either wayland or wlroots come up with a standard for handling workspaces.

basically; this is feasible on sway and hyprland, but not on labwc, wayfire, etc.