diff options
author | jao <jao@gnu.org> | 2018-11-30 05:27:53 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-11-30 05:27:53 +0000 |
commit | a9df65ad952251d2f0c837add0cfe4626d321bf8 (patch) | |
tree | 14111b70e96ab310c6d70700f32f8966059adb70 /src/Xmobar.hs | |
parent | fa681551411e8c74e6462f6997c37fcc38335d4d (diff) | |
download | xmobar-a9df65ad952251d2f0c837add0cfe4626d321bf8.tar.gz xmobar-a9df65ad952251d2f0c837add0cfe4626d321bf8.tar.bz2 |
Self-compilation a la xmonad
Diffstat (limited to 'src/Xmobar.hs')
-rw-r--r-- | src/Xmobar.hs | 6 |
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) |