diff options
author | jao <jao@gnu.org> | 2018-11-25 03:40:55 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-11-25 03:40:55 +0000 |
commit | 0691071716e6cfa6040044be0ca782771fe6104c (patch) | |
tree | a079186bc8e4f44933a9a4c49f11ac30fcd6762b /xmobar.cabal | |
parent | b909762b396932bf6d768c1f4beae5bbcb50f95a (diff) | |
download | xmobar-0691071716e6cfa6040044be0ca782771fe6104c.tar.gz xmobar-0691071716e6cfa6040044be0ca782771fe6104c.tar.bz2 |
Refactoring: Xmobar.System
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index f250dfd..e0cc2e8 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -129,10 +129,11 @@ library Xmobar.Plugins.Monitors.Bright, Xmobar.Plugins.Monitors.CatInt - other-modules: Xmobar.Localize, - Xmobar.Parsers, + other-modules: Xmobar.Parsers, Xmobar.Utils, - Xmobar.StatFS, + Xmobar.System.StatFS, + Xmobar.System.Localize, + Xmobar.System.Signal, Xmobar.X11.Types, Xmobar.X11.XUtil, Xmobar.X11.Bitmap, @@ -140,7 +141,6 @@ library Xmobar.X11.ColorCache, Xmobar.X11.Window, Xmobar.X11.Draw, - Xmobar.Signal, Xmobar.Environment extra-libraries: Xrandr Xrender @@ -224,7 +224,7 @@ library if flag(with_dbus) || flag(all_extensions) build-depends: dbus >= 1 - other-modules: Xmobar.IPC.DBus + other-modules: Xmobar.System.DBus cpp-options: -DDBUS if flag(with_xpm) || flag(all_extensions) |