summaryrefslogtreecommitdiffhomepage
path: root/Plugins/Monitors/CpuFreq.hs
diff options
context:
space:
mode:
authorJuraj Hercek <juhe_xmonad@hck.sk>2009-01-28 17:18:46 +0100
committerJuraj Hercek <juhe_xmonad@hck.sk>2009-01-28 17:18:46 +0100
commit15599771fe4e52e36d7f2496a646fbffb55c7718 (patch)
tree1bb7c161bed407cfd5636c4e35176100480239b4 /Plugins/Monitors/CpuFreq.hs
parentc024d3a6277b9539aa45424eef5c646ba02af0b5 (diff)
downloadxmobar-15599771fe4e52e36d7f2496a646fbffb55c7718.tar.gz
xmobar-15599771fe4e52e36d7f2496a646fbffb55c7718.tar.bz2
Workaround for ghc-6.10.1 bug + cleanup
Ignore-this: ee8d4e0e29796729d55b90eddf481af1 darcs-hash:20090128161846-69f16-a10f8397ef030ca6ee7be27a24dd6f6252361960.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 45b0c83..0cf37fb 100644
--- a/Plugins/Monitors/CpuFreq.hs
+++ b/Plugins/Monitors/CpuFreq.hs
@@ -25,7 +25,7 @@ cpuFreqConfig :: IO MConfig
cpuFreqConfig = mkMConfig
"Freq: <cpu0>GHz" -- template
(zipWith (++) (repeat "cpu") (map show [0 :: Int ..])) -- available
- -- replacements
+ -- replacements
-- |
-- Function retrieves monitor string holding the cpu frequency (or frequencies)