diff options
-rw-r--r-- | src/Xmobar.hs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Xmobar.hs b/src/Xmobar.hs index 6e57f9a..a6f86eb 100644 --- a/src/Xmobar.hs +++ b/src/Xmobar.hs @@ -19,12 +19,10 @@ module Xmobar (xmobar , xmobarMain , defaultConfig , configFromArgs - , tenthSeconds - , doEveryTenthSeconds , Runnable (..) - , Exec (..) , Command (..) , SignalType (..) + , module Xmobar.Run.Exec , module Xmobar.Config.Types , module Xmobar.Config.Parse , module Xmobar.Plugins.Accordion |