Alexays / Waybar

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

sway/workspaces: Correct behavior when "current-only" is set #3336

Closed pjones closed 3 months ago

pjones commented 3 months ago

The current-only workspace setting should display only the active workspace name as determined by its focused attribute. However, according to the get_tree output, workspaces that contain a focused window will report "focused": false and the window will report "focused": true. In this case, Waybar will not display a workspace name at all.

This change updates the logic for determining if a workspace is focused by also looking for a focused window.