summaryrefslogtreecommitdiffhomepage
path: root/Plugins/Monitors/CpuFreq.hs
diff options
context:
space:
mode:
authorJose A. Ortega Ruiz <jao@gnu.org>2010-01-19 20:19:55 +0100
committerJose A. Ortega Ruiz <jao@gnu.org>2010-01-19 20:19:55 +0100
commit14b05b90ee5ba5e1baa4c5333341431b306e4e95 (patch)
tree2609cc6366f72604c95def46bbbc044511e8707f /Plugins/Monitors/CpuFreq.hs
parent3d100946bc6f900fb5a4035213f4c8c1fd81f062 (diff)
downloadxmobar-14b05b90ee5ba5e1baa4c5333341431b306e4e95.tar.gz
xmobar-14b05b90ee5ba5e1baa4c5333341431b306e4e95.tar.bz2
CoreTemp: return temperatures as integer values
Ignore-this: ce917bed99a2d812238d4581fbbff3d6 darcs-hash:20100119191955-40885-21098d264f191a572a0e30f83296d26405d38cba.gz
Diffstat (limited to 'Plugins/Monitors/CpuFreq.hs')
-rw-r--r--Plugins/Monitors/CpuFreq.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/Monitors/CpuFreq.hs b/Plugins/Monitors/CpuFreq.hs
index 0cf37fb..70482f5 100644
--- a/Plugins/Monitors/CpuFreq.hs
+++ b/Plugins/Monitors/CpuFreq.hs
@@ -36,5 +36,5 @@ runCpuFreq _ = do
pattern = "cpu"
divisor = 1e6 :: Double
failureMessage = "CpuFreq: N/A"
- checkedDataRetrieval failureMessage dir file pattern divisor
+ checkedDataRetrieval failureMessage dir file pattern (/divisor)