mirror of
https://github.com/Alexays/Waybar.git
synced 2026-02-09 12:05:46 +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.