From bb8fc0abf3d55f292601d04517818f74f79c6e30 Mon Sep 17 00:00:00 2001 From: Fabian Kirchner Date: Mon, 12 Aug 2024 14:04:31 +0200 Subject: feat:adjust snd icon depending on value --- app/Main.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Main.hs') diff --git a/app/Main.hs b/app/Main.hs index caee3fb..0ed59de 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -192,8 +192,8 @@ createWindow args = do [pure (lit (if args.icons then "\xf0a0 " else "disk ")), lit <$> disk], [pure (lit (if args.icons then "\xf1638 " else "io ")), lit <$> io], [pure (lit (if args.icons then "\xf0200 " else "net ")), lit <$> net], - [pure (lit (if args.icons then "\xf028 " else "snd ")), lit <$> Sensor.snd], - [lit <$> bat], + [pure (lit " "), lit <$> Sensor.snd], + [pure (lit " "), lit <$> bat], [pure (lit " "), lit <$> date, pure (lit ", "), lit <$> time], [] ] -- cgit v1.2.3