polybar-dwm/include/modules/meta
llenck 6e34265d7b
Replace system_clock with steady_clock (#2559)
This fixes #857 and #1932. Also replaces PR #1725, since we don't need
our own implementation of condition_variable anymore since people who
update their polybar should have GCC 10 by now.

The m_updated_at field of the mpd module was removed instead of having
its clock change because it became unused in commit 645a3142a1.
2022-01-12 23:06:29 +01:00
..
base.hpp Enable module in start funcion (#2538) 2021-10-15 10:33:10 +02:00
base.inl Enable module in start funcion (#2538) 2021-10-15 10:33:10 +02:00
event_handler.hpp refactor(event_handler): Abstract sink attaching 2016-12-23 05:08:19 +01:00
event_module.hpp Enable module in start funcion (#2538) 2021-10-15 10:33:10 +02:00
factory.hpp modules: Fix resolving of type of disabled modules 2020-11-26 20:53:53 +01:00
inotify_module.hpp Enable module in start funcion (#2538) 2021-10-15 10:33:10 +02:00
static_module.hpp Enable module in start funcion (#2538) 2021-10-15 10:33:10 +02:00
timer_module.hpp Replace system_clock with steady_clock (#2559) 2022-01-12 23:06:29 +01:00