From 44f9dd147604d672c524f16333c781cc471c5bad Mon Sep 17 00:00:00 2001 From: Fabian Kirchner Date: Tue, 13 Aug 2024 13:08:22 +0200 Subject: fix: remove too much space before weather --- app/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Main.hs') 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], [] ] -- cgit v1.2.3