diff options
author | jao <jao@gnu.org> | 2018-11-26 02:16:41 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-11-26 02:16:41 +0000 |
commit | 7c270f9d0810db118f4ba3b8c47bc70b8be78d1e (patch) | |
tree | 682303b003609992e4a6cddb89c71a5c94b5b914 /src/Xmobar.hs | |
parent | f3193c75aced2525f95da8aee3fe6c35eea88b0f (diff) | |
download | xmobar-7c270f9d0810db118f4ba3b8c47bc70b8be78d1e.tar.gz xmobar-7c270f9d0810db118f4ba3b8c47bc70b8be78d1e.tar.bz2 |
App.Defaults -> App.Config
Diffstat (limited to 'src/Xmobar.hs')
-rw-r--r-- | src/Xmobar.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Xmobar.hs b/src/Xmobar.hs index bee6f29..df31abd 100644 --- a/src/Xmobar.hs +++ b/src/Xmobar.hs @@ -64,4 +64,4 @@ import Xmobar.Plugins.StdinReader import Xmobar.Plugins.XMonadLog import Xmobar.App.Main(xmobar) -import Xmobar.App.Defaults(defaultConfig, getXdgConfigFile) +import Xmobar.App.Config(defaultConfig, getXdgConfigFile) |