diff options
author | jao <jao@gnu.org> | 2025-08-28 15:53:47 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-08-28 15:53:47 +0100 |
commit | 9bb8a1e15c5676bbb13c5dfada01f482959949b4 (patch) | |
tree | ffac902b18d4da73b3f591c60c3e9b223f1f1cdc /src/Xmobar.hs | |
parent | f9229b4846768c97df78e5374660d61c8b244f87 (diff) | |
download | xmobar-9bb8a1e15c5676bbb13c5dfada01f482959949b4.tar.gz xmobar-9bb8a1e15c5676bbb13c5dfada01f482959949b4.tar.bz2 |
Diffstat (limited to 'src/Xmobar.hs')
-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 |