Alexays / Waybar

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

Hyprland: Workspace renaming breaks 'window' updates #3759

Open BinaryInk opened 1 week ago

BinaryInk commented 1 week ago

Problem

Upon renaming a workspace, the displayed icons provided by `"format": "{windows}" do not update as expected. It appears that the windows shown are frozen.

Reproduction

  1. Open a window in a given workspace.
  2. Rename the workspace via hyprctl dispatch renameworkspace "$activeWorkspaceId" "$newName" -i 0
  3. Open another window, and a new window icon will not appear as expected.

Notes

Conclusion

In short: it only occurs when the name is different from when the Hyprland session was started.

As far as I can tell, this is not related to #2710 -- if only because this is newly observed behavior occurring within the past month. I presume it's related to a new Hyprland release, but I cannot confirm that at the moment.