diff options
author | jao <jao@gnu.org> | 2018-11-25 04:02:15 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-11-25 04:02:15 +0000 |
commit | 5401aff9955ebef2bf453294281fc38e5c15bc23 (patch) | |
tree | 55e44958027b3bfdf424262920d48e498a1b57f2 /src/lib/Xmobar/Plugins/MBox.hs | |
parent | 3852d6b5e354b9b03b30f04803a87b2224aeb85c (diff) | |
download | xmobar-5401aff9955ebef2bf453294281fc38e5c15bc23.tar.gz xmobar-5401aff9955ebef2bf453294281fc38e5c15bc23.tar.bz2 |
No need for silly Xmobar.Plugins
Diffstat (limited to 'src/lib/Xmobar/Plugins/MBox.hs')
-rw-r--r-- | src/lib/Xmobar/Plugins/MBox.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Xmobar/Plugins/MBox.hs b/src/lib/Xmobar/Plugins/MBox.hs index 20e63cf..ba50207 100644 --- a/src/lib/Xmobar/Plugins/MBox.hs +++ b/src/lib/Xmobar/Plugins/MBox.hs @@ -16,7 +16,7 @@ module Xmobar.Plugins.MBox (MBox(..)) where import Prelude -import Xmobar.Plugins +import Xmobar.Commands #ifdef INOTIFY import Xmobar.Utils (changeLoop, expandHome) |