diff options
author | Tony Morris <tmorris@tmorris.net> | 2014-09-11 15:21:23 +1000 |
---|---|---|
committer | Tony Morris <tmorris@tmorris.net> | 2014-09-11 15:21:23 +1000 |
commit | 4ddfafe8904780ef599158525a7b4f52da7c6965 (patch) | |
tree | 3c0c1777d0ccde6165c706ba4df27a5e008021e2 | |
parent | 2db05384549f463a4a95076e63ddf8acad1c7b33 (diff) | |
download | xmobar-4ddfafe8904780ef599158525a7b4f52da7c6965.tar.gz xmobar-4ddfafe8904780ef599158525a7b4f52da7c6965.tar.bz2 |
differentiate betwee 0 degrees and no wind speed using mu (μ)
-rw-r--r-- | src/Plugins/Monitors/Weather.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Plugins/Monitors/Weather.hs b/src/Plugins/Monitors/Weather.hs index 7cf68de..a02403d 100644 --- a/src/Plugins/Monitors/Weather.hs +++ b/src/Plugins/Monitors/Weather.hs @@ -86,7 +86,7 @@ pWind0 :: , String -- speed (knot) ) pWind0 = - ("∘", "0", "0", "0") + ("μ", "μ", "0", "0") pWind :: Parser ( |