summaryrefslogtreecommitdiffhomepage
path: root/Plugins/Monitors/CpuFreq.hs
diff options
context:
space:
mode:
authorJuraj Hercek <juhe_haskell@hck.sk>2008-02-16 17:06:50 +0100
committerJuraj Hercek <juhe_haskell@hck.sk>2008-02-16 17:06:50 +0100
commit89ed90ed396988e4c37533877e1c7b936fbd4678 (patch)
tree81717a8077fcda285194f29be2aba1868a615586 /Plugins/Monitors/CpuFreq.hs
parent714f7921b6539c182720dd2b0294cf3f41f8a519 (diff)
downloadxmobar-89ed90ed396988e4c37533877e1c7b936fbd4678.tar.gz
xmobar-89ed90ed396988e4c37533877e1c7b936fbd4678.tar.bz2
Adjusted filter used for digging out information from /sys directory
- As of 2.4.24 kernel you might experience same frequency for all cores, because cpufreq directory is a link for cores 1 and higher darcs-hash:20080216160650-f49a6-455bdfa46154350d723759d7175629892b284e0e.gz
Diffstat (limited to 'Plugins/Monitors/CpuFreq.hs')
-rw-r--r--Plugins/Monitors/CpuFreq.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Plugins/Monitors/CpuFreq.hs b/Plugins/Monitors/CpuFreq.hs
index 0bd99bb..45b0c83 100644
--- a/Plugins/Monitors/CpuFreq.hs
+++ b/Plugins/Monitors/CpuFreq.hs
@@ -23,8 +23,8 @@ import Plugins.Monitors.CoreCommon
-- cpu frequencies.
cpuFreqConfig :: IO MConfig
cpuFreqConfig = mkMConfig
- "Freq: <core0>GHz" -- template
- (zipWith (++) (repeat "core") (map show [0 :: Int ..])) -- available
+ "Freq: <cpu0>GHz" -- template
+ (zipWith (++) (repeat "cpu") (map show [0 :: Int ..])) -- available
-- replacements
-- |