summaryrefslogtreecommitdiffhomepage
path: root/src/Xmobar/Plugins/Monitors.hs
diff options
context:
space:
mode:
authorslotThe <soliditsallgood@tuta.io>2020-02-03 09:49:51 +0100
committerslotThe <soliditsallgood@tuta.io>2020-02-05 09:22:31 +0100
commit146e3d5552fe2fac03b11479a7ff2db1eaa5a727 (patch)
tree6ad06403c0264b031e7b469c27a419de55a199df /src/Xmobar/Plugins/Monitors.hs
parentceece8eb3de04edbc84deb683225f05c763aa1b0 (diff)
downloadxmobar-146e3d5552fe2fac03b11479a7ff2db1eaa5a727.tar.gz
xmobar-146e3d5552fe2fac03b11479a7ff2db1eaa5a727.tar.bz2
'Manager' is now internal to weather
Diffstat (limited to 'src/Xmobar/Plugins/Monitors.hs')
-rw-r--r--src/Xmobar/Plugins/Monitors.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Xmobar/Plugins/Monitors.hs b/src/Xmobar/Plugins/Monitors.hs
index f79b406..6674fb4 100644
--- a/src/Xmobar/Plugins/Monitors.hs
+++ b/src/Xmobar/Plugins/Monitors.hs
@@ -164,8 +164,8 @@ instance Exec Monitors where
start (TopProc a r) = startTop a r
start (TopMem a r) = runM a topMemConfig runTopMem r
#ifdef WEATHER
- start (Weather s a r) = runMD (s : a) weatherConfig runWeather r weatherReady
- start (WeatherX s c a r) = runMD (s : a) weatherConfig (runWeather' c) r weatherReady
+ start (Weather s a r) = startWeather s a r
+ start (WeatherX s c a r) = startWeather' c s a r
#endif
start (Thermal z a r) = runM (a ++ [z]) thermalConfig runThermal r
start (ThermalZone z a r) =