diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Plugins/Monitors/CoreTemp.hs | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/src/Plugins/Monitors/CoreTemp.hs b/src/Plugins/Monitors/CoreTemp.hs index ca2f07b..e19baf0 100644 --- a/src/Plugins/Monitors/CoreTemp.hs +++ b/src/Plugins/Monitors/CoreTemp.hs @@ -39,8 +39,7 @@ runCoreTemp _ = do     failureMessage <- getConfigValue naString     let path = ["/sys/bus/platform/devices/coretemp.", "/temp", "_input"]         path' = ["/sys/bus/platform/devices/coretemp.", "/hwmon/hwmon", "/temp", "_input"] -       path'' = ["/sys/class/hwmon/hwmon", "/device/hwmon/hwmon", "/temp", "_input"]         lbl  = Just ("_label", read . dropWhile (not . isDigit))         divisor = 1e3 :: Double         show' = showDigits (max 0 dn) -   checkedDataRetrieval failureMessage [path, path', path''] lbl (/divisor) show' +   checkedDataRetrieval failureMessage [path, path'] lbl (/divisor) show' | 
