summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2011-02-25 23:33:01 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2011-02-25 23:42:09 +0100
commit2924fab4d7fa1185acbb01362daf9cc4a77791d1 (patch)
treee67e02c0643876b96bc437c660fc4ea0b0c1fbd3
parent7561fa48cf88603b2f839945902e75a6b6d2ecd4 (diff)
downloadxmobar-2924fab4d7fa1185acbb01362daf9cc4a77791d1.tar.gz
xmobar-2924fab4d7fa1185acbb01362daf9cc4a77791d1.tar.bz2
ThermalZone fixes
-rw-r--r--src/Plugins/Monitors.hs2
-rw-r--r--src/Plugins/Monitors/ThermalZone.hs2
-rw-r--r--xmobar.cabal3
3 files changed, 4 insertions, 3 deletions
diff --git a/src/Plugins/Monitors.hs b/src/Plugins/Monitors.hs
index 2b09ac1..c4688a7 100644
--- a/src/Plugins/Monitors.hs
+++ b/src/Plugins/Monitors.hs
@@ -4,7 +4,7 @@
-- |
-- Module : Xmobar.Plugins.Monitors
-- Copyright : (c) 2010, 2011 Jose Antonio Ortega Ruiz
- (c) 2007-10 Andrea Rossato
+-- (c) 2007-10 Andrea Rossato
-- License : BSD-style (see LICENSE)
--
-- Maintainer : Jose A. Ortega Ruiz <jao@gnu.org>
diff --git a/src/Plugins/Monitors/ThermalZone.hs b/src/Plugins/Monitors/ThermalZone.hs
index 8ba858a..55fb2ca 100644
--- a/src/Plugins/Monitors/ThermalZone.hs
+++ b/src/Plugins/Monitors/ThermalZone.hs
@@ -11,7 +11,7 @@
--
--
-- A thermal zone plugin based on the sysfs linux interface.
--- See http://www.mjmwired.net/kernel/Documentation/thermal/sysfs-api.txt
+-- See http://kernel.org/doc/Documentation/thermal/sysfs-api.txt
--
------------------------------------------------------------------------------
diff --git a/xmobar.cabal b/xmobar.cabal
index b87d740..2e5fe05 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -69,7 +69,8 @@ executable xmobar
Plugins.Monitors.CoreTemp, Plugins.Monitors.CpuFreq,
Plugins.Monitors.Cpu, Plugins.Monitors.Disk, Plugins.Monitors.Mem,
Plugins.Monitors.MultiCpu, Plugins.Monitors.Net,
- Plugins.Monitors.Swap, Plugins.Monitors.Thermal, Plugins.Monitors.Top,
+ Plugins.Monitors.Swap, Plugins.Monitors.Thermal,
+ Plugins.Monitors.ThermalZone, Plugins.Monitors.Top,
Plugins.Monitors.Uptime, Plugins.Monitors.Weather
ghc-prof-options: -prof -auto-all