From 53a07a4179eaecb3493e56fc2dc03447b2753af0 Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 13 Jun 2020 19:48:23 +0100 Subject: Version bump, changelog, readme --- src/Xmobar/Plugins/Monitors/MultiCoreTemp.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/Xmobar/Plugins/Monitors/MultiCoreTemp.hs b/src/Xmobar/Plugins/Monitors/MultiCoreTemp.hs index 19a34b1..a030943 100644 --- a/src/Xmobar/Plugins/Monitors/MultiCoreTemp.hs +++ b/src/Xmobar/Plugins/Monitors/MultiCoreTemp.hs @@ -88,8 +88,7 @@ hwmonPaths :: IO [String] hwmonPaths = do p <- coretempPath let cps = [ p ++ "hwmon/hwmon" ++ show (x :: Int) ++ "/" | x <- [0..9] ] - xs <- filterM doesDirectoryExist cps - return xs + filterM doesDirectoryExist cps -- | Checks Labels, if they refer to a core and returns Strings of core- -- temperatures. -- cgit v1.2.3