Waybar/src
yangyingchao a34e3ccc86 Improvements for Hyprland workspace
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.
2024-01-08 09:14:36 +08:00
..
modules Improvements for Hyprland workspace 2024-01-08 09:14:36 +08:00
util applied clang-tidy suggestions for hyprland workspaces 2023-12-06 21:58:26 +01:00
AAppIconLabel.cpp Add removed secondary identifier 2023-07-10 23:48:18 +02:00
AIconLabel.cpp refactor: disable icon by default 2022-03-10 09:48:50 +01:00
ALabel.cpp Revert "Revert "Fix potential memory leaks"" 2023-10-24 17:51:38 +02:00
AModule.cpp c++20. clock chrono API. STL + format 2023-11-10 17:57:26 +03:00
ASlider.cpp feat: pulseaudio slider module 2023-10-15 17:52:12 -03:00
bar.cpp Initial implementation 2023-10-26 23:22:02 +02:00
client.cpp Initial implementation 2023-10-26 23:22:02 +02:00
config.cpp config:output:Allow multiple exclusions & wildcard 2023-03-13 00:44:07 +00:00
factory.cpp Pass WAYBAR_OUTPUT_NAME environment variable to custom exec scripts 2023-12-19 22:54:12 +02:00
group.cpp fix: add hover handler to every element in the group drawer 2023-10-14 22:13:01 -03:00
main.cpp Fixing memory leak on update UPower tooltip 2023-02-08 17:19:51 +11:00