Waybar/include
Tamino Bauknecht 521dac8086
sleeper_thread: Make sleep_for more robust
In the previous fix for a passed max duration, the assumption was made
that at maximum one second will pass between the duration assignment and
the std::condition_variable::sleep_for() call.
This implementation makes the behavior more predictable by using
sleep_until() instead to emulate the sleep_for() behavior.
2023-10-24 17:51:34 +02:00
..
modules Merge pull request #2592 from zjeffer/hyprland/workspaces 2023-10-23 08:45:52 +02:00
util sleeper_thread: Make sleep_for more robust 2023-10-24 17:51:34 +02:00
AAppIconLabel.hpp Add removed secondary identifier 2023-07-10 23:48:18 +02:00
AIconLabel.hpp Happy clang 2023-03-02 16:57:32 +03:00
ALabel.hpp Happy clang 2023-03-02 16:57:32 +03:00
AModule.hpp Add handleRelease method to release events 2023-08-16 17:14:49 +02:00
ASlider.hpp feat: pulseaudio slider module 2023-10-15 17:52:12 -03:00
IModule.hpp ISSUE#1977. AModule implements module actions call 2023-02-28 15:32:28 +03:00
bar.hpp refactor: don't use a group's box directly in bar 2023-10-14 13:23:11 -03:00
client.hpp clean up client.cpp 2023-09-07 13:43:59 +00:00
config.hpp Add support for reading the config path from env 2022-09-05 08:21:36 +02:00
factory.hpp Introduce cpu_usage module 2023-09-13 21:56:32 +02:00
group.hpp refactor: move signal handler adding into separate method 2023-10-14 18:30:27 -03:00