diff options
author | jao <jao@gnu.org> | 2022-02-04 00:07:54 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-02-04 00:07:54 +0000 |
commit | 45fd6dc4dd71f752e25628d07a666aadc2e26e17 (patch) | |
tree | f79c0246be3822b73790748afa1ad1d172dab76a /src/Xmobar/App/TextEventLoop.hs | |
parent | 1e9b9e068844454335bc9d4728cf738eb2b3ceed (diff) | |
download | xmobar-45fd6dc4dd71f752e25628d07a666aadc2e26e17.tar.gz xmobar-45fd6dc4dd71f752e25628d07a666aadc2e26e17.tar.bz2 |
Xmobar.App.CommandThreads -> Xmobar.Run.Loop
Diffstat (limited to 'src/Xmobar/App/TextEventLoop.hs')
-rw-r--r-- | src/Xmobar/App/TextEventLoop.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Xmobar/App/TextEventLoop.hs b/src/Xmobar/App/TextEventLoop.hs index e516298..ad7c33b 100644 --- a/src/Xmobar/App/TextEventLoop.hs +++ b/src/Xmobar/App/TextEventLoop.hs @@ -28,8 +28,8 @@ 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.App.CommandThreads (initLoop, loop) -- | Starts the main event loop and threads textLoop :: Config -> IO () |