Portability | unportable |
---|---|
Stability | unstable |
Maintainer | Jose A. Ortega Ruiz <jao@gnu.org> |
Safe Haskell | None |
Plugins.Monitors.Weather
Description
A weather monitor for Xmobar
Documentation
weatherConfig :: IO MConfig
data WindInfo
Constructors
WindInfo | |
Fields
|
Instances
Show WindInfo |
data WeatherInfo
Constructors
WI | |
Fields
|
Instances
Show WeatherInfo |
parseData :: Parser [WeatherInfo]
defUrl :: String
stationUrl :: String -> String
getData :: String -> IO String
formatWeather :: [WeatherInfo] -> Monitor String
runWeather :: [String] -> Monitor String
weatherReady :: [String] -> Monitor Bool