mirror of
https://github.com/Alexays/Waybar.git
synced 2026-03-30 11:23:52 +00:00
1. Utilize `m_mutex` to safeguard member fields of `hyprland::Workspaces` as they are modified by multiple threads, including the event listener thread and UI thread. This applies to all member fields, not just `m_workspacesToCreate`. 2. Tidy up the create/remove workspace code.