diff options
-rw-r--r-- | app/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Main.hs b/app/Main.hs index 216b3ce..3b41690 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -195,7 +195,7 @@ createWindow args = do [pure (lit " "), lit <$> Sensor.snd], [pure (lit " "), lit <$> thermal], [pure (lit " "), lit <$> bat], - [pure (lit " "), lit <$> weatherForecast], + [lit <$> weatherForecast], [pure (lit " "), lit <$> date, pure (lit ", "), lit <$> time], [] ] |