summaryrefslogtreecommitdiffhomepage
path: root/src/Plugins/Monitors.hs
AgeCommit message (Collapse)Author
2015-05-01uvmeter: new plugin showing UV data (Australia)Roman Joost
This patch adds a new optional plugin showing UV data for Australian users. The data is aquired by simple HTTP request from the Australian Radiation Protection and Nuclear Safety Agencies XML data feed. The uvmeter plugin can be configured ovserving multiple different station across the country. The alias now defaults to 'uv <stationid>'.
2014-09-14Implement DynamicString for Monitors supporting vbar.Alexander Shabalin
* Batt * Bright * Cpu * Disk * MPD * Mem * MultiCpu * Net * Volume * Wireless
2014-08-29hlint improvementsTony Morris
2014-08-09hlint refactoringsReto Hablützel
2014-05-29A simple CatInt monitorNathaniel Wesley Filardo
2014-02-05Find out whether the weather monitor is likely to blockBen Boeckel
Uses the HTTP module to do the work rather than curl.
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.
2013-06-28BatteryN, a named BatteryPJose Antonio Ortega Ruiz
2012-10-08Fixes for warnings reported in github issue #71Jose Antonio Ortega Ruiz
2012-09-04automatic detection of devices using /sys/class/net directoryReto Habluetzel
2012-08-29added dynnetwork, which selects the busiest network of a list and displays itReto Habluetzel
2012-06-09Add the AutoMPD monitorBen Boeckel
2011-12-21MPRIS pluginArtem Tarasov
2011-04-04Added brightness monitorMartin Perner
2011-02-25ThermalZone fixesJose Antonio Ortega Ruiz
2011-02-25New monitor, ThermalZone, addressing issue 44Jose Antonio Ortega Ruiz
2011-02-13Same medicine for DiskIO (no doActionTwiceWithDelay left)Jose Antonio Ortega Ruiz
2011-02-13Cpu and MultiCpu should also be more accurate nowJose Antonio Ortega Ruiz
2011-02-13More accurate net monitor rates (issue 42)Jose Antonio Ortega Ruiz
2011-01-13Added volume monitor based on alsa-mixer.Thomas Tuegel
2010-12-21Haskell sources moved to src/ to unclutter toplevelJose Antonio Ortega Ruiz