summaryrefslogtreecommitdiffhomepage
path: root/src/Xmobar/App/TextEventLoop.hs
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-02-04 00:14:13 +0000
committerjao <jao@gnu.org>2022-02-04 00:14:13 +0000
commitd65979cc4fb0dc85f59b445a377958aa9569b934 (patch)
tree86b793c814515b0aee280c72a430dcd7cf250d23 /src/Xmobar/App/TextEventLoop.hs
parent45fd6dc4dd71f752e25628d07a666aadc2e26e17 (diff)
downloadxmobar-d65979cc4fb0dc85f59b445a377958aa9569b934.tar.gz
xmobar-d65979cc4fb0dc85f59b445a377958aa9569b934.tar.bz2
Xmobar.X11.Parsers -> Xmobar.Run.Parsers
Diffstat (limited to 'src/Xmobar/App/TextEventLoop.hs')
-rw-r--r--src/Xmobar/App/TextEventLoop.hs6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Xmobar/App/TextEventLoop.hs b/src/Xmobar/App/TextEventLoop.hs
index ad7c33b..d41e1a7 100644
--- a/src/Xmobar/App/TextEventLoop.hs
+++ b/src/Xmobar/App/TextEventLoop.hs
@@ -29,7 +29,11 @@ import Control.Concurrent.STM
import Xmobar.System.Signal
import Xmobar.Config.Types (Config(textOutputFormat), TextOutputFormat(..))
import Xmobar.Run.Loop (initLoop, loop)
-import Xmobar.X11.Parsers (Segment, Widget(..), parseString, tColorsString, colorComponents)
+import Xmobar.Run.Parsers ( Segment
+ , Widget(..)
+ , parseString
+ , tColorsString
+ , colorComponents)
-- | Starts the main event loop and threads
textLoop :: Config -> IO ()