mirror of
https://github.com/polybar/polybar.git
synced 2026-02-05 23:45:32 +00:00
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