1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-11-11 13:50:56 -05:00
polybar/include
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
..
adapters fix(mpd): Always update mpd data 2018-01-15 19:32:02 +01:00
cairo feat(conf): Properties for top/bottom radius #445 2017-03-21 14:49:33 +01:00
components Merge pull request #729 from NBonaparte/fix-prefix-suffix 2017-09-24 14:00:34 -07:00
drawtypes feat(bspwm,i3): Fuzzy-matching names for icons 2017-01-23 17:01:30 +01:00
events feat: add cursor change 2017-09-16 15:31:24 -07:00
modules feat(i3): Add workspace separator (#938) 2018-01-06 16:19:02 -08:00
utils fix(config): Perform tilde expansion on include-file #603 2017-06-02 18:34:49 +02:00
x11 refactor(cursor): use map for cursor list 2017-09-16 15:31:24 -07:00
CMakeLists.txt fix(version): Follow APP_VERSION in POLYBAR_NS 2017-01-29 15:16:00 +01:00
common.hpp fix(version): Follow APP_VERSION in POLYBAR_NS 2017-01-29 15:16:00 +01:00
debug.hpp refactor: Cleanup 2017-01-11 03:07:28 +01:00
errors.hpp refactor: Move all event handling to the controller 2016-12-20 05:16:04 +01:00
settings.hpp.cmake fix: make xcb-cursor optional for now 2017-09-16 15:31:24 -07:00
version.hpp Release 3.1.0 (#863) 2017-12-03 18:03:49 +01:00