diff options
author | jao <jao@gnu.org> | 2019-02-23 11:16:02 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2019-02-23 11:16:02 +0000 |
commit | 2cf781e32f5f09030de0579d942d2f429d3a3374 (patch) | |
tree | 1e972cfc50607ecbef4afd7795105546a04ec48e /src/Xmobar.hs | |
parent | 132c4c459763c81ddf60aeedf5b87b619bb5f1ce (diff) | |
download | xmobar-2cf781e32f5f09030de0579d942d2f429d3a3374.tar.gz xmobar-2cf781e32f5f09030de0579d942d2f429d3a3374.tar.bz2 |
Export MarqueePipeReader (fixes #381)
Diffstat (limited to 'src/Xmobar.hs')
-rw-r--r-- | src/Xmobar.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Xmobar.hs b/src/Xmobar.hs index 274d8fc..491aa8d 100644 --- a/src/Xmobar.hs +++ b/src/Xmobar.hs @@ -40,6 +40,7 @@ module Xmobar (xmobar #endif , module Xmobar.Plugins.Monitors , module Xmobar.Plugins.PipeReader + , module Xmobar.Plugins.MarqueePipeReader , module Xmobar.Plugins.StdinReader , module Xmobar.Plugins.XMonadLog ) where @@ -65,6 +66,7 @@ import Xmobar.Plugins.MBox import Xmobar.Plugins.Monitors import Xmobar.Plugins.PipeReader import Xmobar.Plugins.StdinReader +import Xmobar.Plugins.MarqueePipeReader import Xmobar.Plugins.XMonadLog import Xmobar.App.Main(xmobar, xmobarMain, configFromArgs) |