index
:
xmobar
cairo
master
a minimalistic status bar
jao
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
Plugins
/
Monitors
/
Weather.hs
Age
Commit message (
Expand
)
Author
2015-12-12
Move wind speed calculation functions to let clause
Michael Knabe
2015-12-09
Add template variables for wind speed in m/s and km/h to weather plugin
Michael Knabe
2015-08-25
define flag 'with_conduit'
Dragos Boca
2015-08-18
use Network::HTTP::Conduit
Dragos Boca
2015-05-13
Weather Monitor: Handle case where wind is not present at all
Reto Hablützel
2015-02-01
Added additional wind parser case for "Variable at"
Dino Morelli
2014-09-11
Fix string to calm wind report
Tony Morris
2014-09-11
differentiate betwee 0 degrees and no wind speed using mu (μ)
Tony Morris
2014-09-11
Occasionally there is no wind and a METAR report gives simply, "Wind: 0"
Tony Morris
2014-09-01
New wind report variables for Weather monitor
Tony Morris
2014-08-29
woops. Remove commented line
Tony Morris
2014-08-29
Change <dewPoint> to be <dewPointC> and <dewPointF>
Tony Morris
2014-08-09
hlint refactorings
Reto Hablützel
2014-04-17
fix build on old versions of ghc by qualifying import to avoid conflict
Max DeLiso
2014-02-05
Handle errors better in Weather plugin
Ben Boeckel
2014-02-05
Drop curl dependency for the HTTP module
Ben Boeckel
2014-02-05
Find out whether the weather monitor is likely to block
Ben Boeckel
2013-10-27
New N/A string monitor option (cf. #119)
Jose Antonio Ortega Ruiz
2013-08-11
Plugins.Monitors.Weather: fix parsing of unknown station name
Sergei Trofimovich
2010-12-21
Haskell sources moved to src/ to unclutter toplevel
Jose Antonio Ortega Ruiz