summaryrefslogtreecommitdiffhomepage
path: root/src/Xmobar.hs
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2018-11-30 05:27:53 +0000
committerjao <jao@gnu.org>2018-11-30 05:27:53 +0000
commita9df65ad952251d2f0c837add0cfe4626d321bf8 (patch)
tree14111b70e96ab310c6d70700f32f8966059adb70 /src/Xmobar.hs
parentfa681551411e8c74e6462f6997c37fcc38335d4d (diff)
downloadxmobar-a9df65ad952251d2f0c837add0cfe4626d321bf8.tar.gz
xmobar-a9df65ad952251d2f0c837add0cfe4626d321bf8.tar.bz2
Self-compilation a la xmonad
Diffstat (limited to 'src/Xmobar.hs')
-rw-r--r--src/Xmobar.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Xmobar.hs b/src/Xmobar.hs
index f6a8463..4f912a2 100644
--- a/src/Xmobar.hs
+++ b/src/Xmobar.hs
@@ -16,8 +16,8 @@
-----------------------------------------------------------------------------
module Xmobar (xmobar
+ , xmobarMain
, defaultConfig
- , xmobarConfigFile
, Runnable (..)
, Exec (..)
, module Xmobar.Config.Types
@@ -63,5 +63,5 @@ import Xmobar.Plugins.PipeReader
import Xmobar.Plugins.StdinReader
import Xmobar.Plugins.XMonadLog
-import Xmobar.App.Main(xmobar)
-import Xmobar.App.Config(defaultConfig, xmobarConfigFile)
+import Xmobar.App.Main(xmobar, xmobarMain)
+import Xmobar.App.Config(defaultConfig)