diff options
author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-07-11 17:02:01 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-07-11 17:02:01 +0200 |
commit | edb2ea166d227ea7c4bf12b33016ee82ed73543d (patch) | |
tree | ecb34033fefad6b3a56287371f423d29e8d63478 /Monitors/Weather.hs | |
parent | 6db48566e47efcbe8e26f3077712cc08b41701d4 (diff) | |
download | xmobar-edb2ea166d227ea7c4bf12b33016ee82ed73543d.tar.gz xmobar-edb2ea166d227ea7c4bf12b33016ee82ed73543d.tar.bz2 |
gettin' rid of Krzysztof's object-oriented attitude...;-)
darcs-hash:20070711150201-d6583-1d4d0c9677671416d80e83de9055bdc48c5dd4ed.gz
Diffstat (limited to 'Monitors/Weather.hs')
-rw-r--r-- | Monitors/Weather.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Monitors/Weather.hs b/Monitors/Weather.hs index 885a9e2..8b3172e 100644 --- a/Monitors/Weather.hs +++ b/Monitors/Weather.hs @@ -24,7 +24,7 @@ import Text.ParserCombinators.Parsec weatherConfig :: IO MConfig -weatherConfig = newConfig +weatherConfig = mkMConfig "<station>: <tempC>C, rh <rh>% (<hour>)" -- template package -- package "station ID" -- usage tail? |