summaryrefslogtreecommitdiffhomepage
path: root/src/Plugins/Monitors/MPD.hs
AgeCommit message (Collapse)Author
2016-03-01feat(MPD): add <date> support in templateDelapouite
2015-09-26mpd: update on option changes as wellBen Boeckel
Now that flags are watched as well, updates should be triggered on option changes.
2014-12-15MPD: add a new template variable 'flags'Duncan Burke
Displays playback flags in the style of ncmpcpp.
2014-09-28Using fromMaybejao
2014-09-28Upgrade to libmpd 0.9jao
2014-09-24Rename dynamic string to icon patternAlexander Shabalin
2014-09-14Implement DynamicString for Monitors supporting vbar.Alexander Shabalin
* Batt * Bright * Cpu * Disk * MPD * Mem * MultiCpu * Net * Volume * Wireless
2014-03-15MPD monitor has vbar for track progressEric Mrak
2014-02-05Add a "ready" check to MPD monitorsBen Boeckel
If the MPD server isn't responsive or the network is down, MPD will no longer block xmobar from doing its job.
2014-02-05Couple of nitsJose Antonio Ortega Ruiz
2014-02-05Fix for infinite loops when MPD is not runningJose Antonio Ortega Ruiz
Should address #76 and #111.
2013-04-20Use intercalate instead of explicit foldlJohn Tyree
2012-07-21Merge remote-tracking branch 'math/dev/mpd-idle' into mpdJose Antonio Ortega Ruiz
Conflicts: xmobar.cabal
2012-07-17xmobar.cabal: port to libmpd-0.8.Sergei Trofimovich
Now all values are returned as 'Value' wrapped entries. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2012-06-09Add a blocking call for MPD based on eventsBen Boeckel
2012-02-05Little compilation fix for MPD.hs in ghc 7.4Jose Antonio Ortega Ruiz
2011-06-02Compatibility with libmpd 0.6 (fixes #50)jao
2011-03-21Unused options in MPD removedJose Antonio Ortega Ruiz
2011-03-15Use the environment to configure the MPD serverBen Boeckel
2010-12-21Haskell sources moved to src/ to unclutter toplevelJose Antonio Ortega Ruiz