summaryrefslogtreecommitdiffhomepage
path: root/Plugins/Monitors/CoreTemp.hs
diff options
context:
space:
mode:
authorNorbert Zeh <nzeh@cs.dal.ca>2010-06-04 16:41:53 +0200
committerNorbert Zeh <nzeh@cs.dal.ca>2010-06-04 16:41:53 +0200
commit59c17dbdb1ca05f690fc47dca77ac452b0efd721 (patch)
treef659a1a966dd15921fd0524de145844ff8b446ea /Plugins/Monitors/CoreTemp.hs
parent73a3ef7912ce9c9d43d04767f06a7928087f1c51 (diff)
downloadxmobar-59c17dbdb1ca05f690fc47dca77ac452b0efd721.tar.gz
xmobar-59c17dbdb1ca05f690fc47dca77ac452b0efd721.tar.bz2
Fix strange formatting of CPU frequencies
Ignore-this: 8c7108dbb071318135c54f0ff830c065 This patch displays frequencies under 1GHz as MHz and above 1GHz as GHz. Unfortunately, it was also necessary to touch CoreCommon.hs and CoreTemp.hs to implement this. darcs-hash:20100604144153-18a2b-cea493ec887c16a50bcef0db001ebbce3ccef74f.gz
Diffstat (limited to 'Plugins/Monitors/CoreTemp.hs')
-rw-r--r--Plugins/Monitors/CoreTemp.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/Monitors/CoreTemp.hs b/Plugins/Monitors/CoreTemp.hs
index 66ac637..a24b284 100644
--- a/Plugins/Monitors/CoreTemp.hs
+++ b/Plugins/Monitors/CoreTemp.hs
@@ -37,5 +37,5 @@ runCoreTemp _ = do
pattern = "coretemp."
divisor = 1e3 :: Double
failureMessage = "CoreTemp: N/A"
- checkedDataRetrieval failureMessage dir file pattern (/divisor)
+ checkedDataRetrieval failureMessage dir file pattern (/divisor) show