waybar/include
Aleksei Bavshin 285a264aae
feat(util): SafeSignal class for cross-thread signals with arguments
Implement a wrapper over Glib::Dispatcher that passes the arguments to
the signal consumer via synchronized `std::queue`.
Arguments are always passed by value and the return type of the signal
is expected to be `void`.
2020-12-28 17:26:55 -08:00
..
modules Merge branch 'master' into workspace-manager-implementation 2021-11-23 13:52:08 +01:00
util feat(util): SafeSignal class for cross-thread signals with arguments 2020-12-28 17:26:55 -08:00
ALabel.hpp Support per-device icon in pulseaudio 2021-07-15 09:20:43 +02:00
AModule.hpp fix: cancel thread and fix window close 2020-05-27 09:10:38 +02:00
bar.hpp feat(bar): add config flag to disable exclusive zone 2021-05-21 22:44:18 -07:00
client.hpp refactor(config): remove style handling from Config 2021-09-15 21:34:53 +07:00
config.hpp refactor(config): more sensible multi-bar include behavior 2021-09-15 22:15:27 +07:00
factory.hpp Merge branch 'master' of https://github.com/Alexays/Waybar into workspace-manager-implementation 2021-11-16 21:44:50 +03:00
IModule.hpp refactor: AModule 2019-06-15 14:57:52 +02:00