| Copyright | (c) Andrea Rossato |
|---|---|
| License | BSD-style (see LICENSE) |
| Maintainer | Jose A. Ortega Ruiz <jao@gnu.org> |
| Stability | unstable |
| Portability | unportable |
| Safe Haskell | None |
| Language | Haskell98 |
Xmobar.Plugins.Monitors.Weather
Description
A weather monitor for Xmobar
Documentation
weatherConfig :: IO MConfig Source #
Constructors
| WindInfo | |
data WeatherInfo Source #
Constructors
| WI | |
Instances
| Show WeatherInfo Source # | |
Defined in Xmobar.Plugins.Monitors.Weather Methods showsPrec :: Int -> WeatherInfo -> ShowS # show :: WeatherInfo -> String # showList :: [WeatherInfo] -> ShowS # | |
parseData :: Parser [WeatherInfo] Source #
stationUrl :: String -> String Source #
formatWeather :: [WeatherInfo] -> Monitor String Source #
runWeather :: [String] -> Monitor String Source #
weatherReady :: [String] -> Monitor Bool Source #