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 | |
Fields
|
data WeatherInfo Source #
Constructors
WI | |
Fields
|
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 :: [(String, String)] -> [WeatherInfo] -> Monitor String Source #
runWeather :: [String] -> Monitor String Source #
runWeather' :: [(String, String)] -> [String] -> Monitor String Source #
weatherReady :: [String] -> Monitor Bool Source #