From 9c71a73775ddb2965fd2f792321900a87d2d5592 Mon Sep 17 00:00:00 2001 From: Fabian Kirchner Date: Mon, 12 Aug 2024 18:03:00 +0200 Subject: feat: add weather forecast --- app/Main.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Main.hs') diff --git a/app/Main.hs b/app/Main.hs index 0ed59de..42ce113 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -194,6 +194,7 @@ createWindow args = do [pure (lit (if args.icons then "\xf0200 " else "net ")), lit <$> net], [pure (lit " "), lit <$> Sensor.snd], [pure (lit " "), lit <$> bat], + [pure (lit " "), lit <$> weatherForecast], [pure (lit " "), lit <$> date, pure (lit ", "), lit <$> time], [] ] -- cgit v1.2.3