polybar-dwm/include/modules/meta
Patrick Ziegler 82ebad5e7a
fix(timer_module): Ensure that interval > 0 (#2274)
Since 3.5.0, we use m_interval for a modulo operation, this crashes the
bar if the interval is 0. A non-positive interval shouldn't be allowed
anyway, so we now throw an exception in that case.

Fixes #2273
2020-12-05 22:58:38 +01:00
..
base.hpp Load rgba from config instead of strings. 2020-11-27 22:08:03 +01:00
base.inl Fix linking when built with clang++ 3.4 (#2270) 2020-12-05 01:07:12 +01:00
event_handler.hpp refactor(event_handler): Abstract sink attaching 2016-12-23 05:08:19 +01:00
event_module.hpp fix(modules): Warmup in runner thread to avoid block 2017-01-27 13:29:10 +01:00
factory.hpp modules: Fix resolving of type of disabled modules 2020-11-26 20:53:53 +01:00
inotify_module.hpp fix(modules): Warmup in runner thread to avoid block 2017-01-27 13:29:10 +01:00
static_module.hpp fix(xwindow): Lock mutexes on update #416 2017-02-05 13:37:16 +01:00
timer_module.hpp fix(timer_module): Ensure that interval > 0 (#2274) 2020-12-05 22:58:38 +01:00