From 7b6542e6b13d5457509a3bf79e3ad3ad9a42e48e Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 11 Sep 2022 18:54:34 +0100 Subject: x event loop clean-ups --- src/Xmobar/Run/Parsers.hs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/Xmobar/Run/Parsers.hs') diff --git a/src/Xmobar/Run/Parsers.hs b/src/Xmobar/Run/Parsers.hs index 8da7204..de983fd 100644 --- a/src/Xmobar/Run/Parsers.hs +++ b/src/Xmobar/Run/Parsers.hs @@ -82,10 +82,7 @@ colorComponents conf c = (f,',':b) -> (f, b) (f, _) -> (f, bgColor conf) -allParsers :: TextRenderInfo - -> FontIndex - -> Maybe [Action] - -> Parser [Segment] +allParsers :: TextRenderInfo -> FontIndex -> Maybe [Action] -> Parser [Segment] allParsers c f a = textParser c f a <|> try (iconParser c f a) <|> try (hspaceParser c f a) -- cgit v1.2.3