summaryrefslogtreecommitdiffstats
path: root/app/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'app/Main.hs')
-rw-r--r--app/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Main.hs b/app/Main.hs
index 7d499d8..caee3fb 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -193,7 +193,7 @@ createWindow args = do
[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],
- [pure (lit (if args.icons then "\xf240 " else "bat ")), lit <$> bat],
+ [lit <$> bat],
[pure (lit " "), lit <$> date, pure (lit ", "), lit <$> time],
[]
]