diff options
Diffstat (limited to 'src/Xmobar/Plugins/Monitors/Thermal.hs')
-rw-r--r-- | src/Xmobar/Plugins/Monitors/Thermal.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Xmobar/Plugins/Monitors/Thermal.hs b/src/Xmobar/Plugins/Monitors/Thermal.hs index 320ae17..bfbbda0 100644 --- a/src/Xmobar/Plugins/Monitors/Thermal.hs +++ b/src/Xmobar/Plugins/Monitors/Thermal.hs @@ -36,4 +36,4 @@ runThermal args = do then do number <- io $ fmap ((read :: String -> Int) . stringParser (1, 0)) (B.readFile file) thermal <- showWithColors show number parseTemplate [ thermal ] - else return $ "Thermal (" ++ zone ++ "): N/A" + else getConfigValue naString |