polybar-dwm/include/adapters
patrick96 645a3142a1 fix(mpd): Always update mpd data
Only updating when an mpd event occurred would cause issues when mpd was
playing and the machine was put to sleep because the elapsed time was
calculated by taking the time difference of the last update and now
which would give you wrong numbers, if the machine was in standby in
between.

Since the update function on the module is only called once a second (or
when an event happens), we can just update the data every time without a
huge performance hit.

Fixes #915
2018-01-15 19:32:02 +01:00
..
alsa refactor(clang-tidy): Apply fixes 2017-01-24 08:01:04 +01:00
mpd.hpp fix(mpd): Always update mpd data 2018-01-15 19:32:02 +01:00
net.hpp refactor(common): Cleanup 2017-01-11 07:17:54 +01:00