diff options
author | jao <jao@gnu.org> | 2018-11-26 03:31:53 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-11-26 03:31:53 +0000 |
commit | 5bb1fec0ba93e56691f043323dddf3bb303b5636 (patch) | |
tree | a90a4d68141ad38a8d272b48c1688c7f9c232018 /src/Xmobar.hs | |
parent | 7c270f9d0810db118f4ba3b8c47bc70b8be78d1e (diff) | |
download | xmobar-5bb1fec0ba93e56691f043323dddf3bb303b5636.tar.gz xmobar-5bb1fec0ba93e56691f043323dddf3bb303b5636.tar.bz2 |
Utilities for dealing with config and data directories
Diffstat (limited to 'src/Xmobar.hs')
-rw-r--r-- | src/Xmobar.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Xmobar.hs b/src/Xmobar.hs index df31abd..f6a8463 100644 --- a/src/Xmobar.hs +++ b/src/Xmobar.hs @@ -17,7 +17,7 @@ module Xmobar (xmobar , defaultConfig - , getXdgConfigFile + , xmobarConfigFile , Runnable (..) , Exec (..) , module Xmobar.Config.Types @@ -64,4 +64,4 @@ import Xmobar.Plugins.StdinReader import Xmobar.Plugins.XMonadLog import Xmobar.App.Main(xmobar) -import Xmobar.App.Config(defaultConfig, getXdgConfigFile) +import Xmobar.App.Config(defaultConfig, xmobarConfigFile) |