From 31619bf143133f167349f668508e5ff255bdf9b2 Mon Sep 17 00:00:00 2001 From: Felix Springer Date: Wed, 10 Jul 2019 19:08:03 +0200 Subject: fixed template --- src/Xmobar/Plugins/Monitors/CoreTemp.hs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Xmobar/Plugins/Monitors/CoreTemp.hs b/src/Xmobar/Plugins/Monitors/CoreTemp.hs index e5c494e..ac1d37a 100644 --- a/src/Xmobar/Plugins/Monitors/CoreTemp.hs +++ b/src/Xmobar/Plugins/Monitors/CoreTemp.hs @@ -20,9 +20,8 @@ import Xmobar.Plugins.Monitors.Common -- | Generate Config with a default template and options. coreTempConfig :: IO MConfig coreTempConfig = mkMConfig coreTempTemplate coreTempOptions - where coreTempTemplate = "Temp: °C" - coreTempOptions = map (("core" ++) . show) [0 :: Int ..] ++ - ["total"] + where coreTempTemplate = "Temp: °C" + coreTempOptions = map (("core" ++) . show) [0 :: Int ..] -- | FilePaths to read temperature from. Strings are seperated, where to -- insert numbers. -- cgit v1.2.3