diff options
author | jao <jao@gnu.org> | 2018-12-02 05:19:22 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-12-02 05:19:22 +0000 |
commit | 453ad68e5b24a6dd3a2aaba8727dc6c5c0bdfc9e (patch) | |
tree | bc6d0cf0bdf970aec74f10b0d0f2cf7cac5efcda /xmobar.cabal | |
parent | 61c9a5a3e86b42958e4e06a79b8156039c926177 (diff) | |
download | xmobar-453ad68e5b24a6dd3a2aaba8727dc6c5c0bdfc9e.tar.gz xmobar-453ad68e5b24a6dd3a2aaba8727dc6c5c0bdfc9e.tar.bz2 |
Plugins.Monitors.Common refactored into submodules
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 346de68..0fb9772 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -136,6 +136,10 @@ library Xmobar.Plugins.Monitors, Xmobar.Plugins.Monitors.Batt, Xmobar.Plugins.Monitors.Common, + Xmobar.Plugins.Monitors.Common.Types, + Xmobar.Plugins.Monitors.Common.Run, + Xmobar.Plugins.Monitors.Common.Output, + Xmobar.Plugins.Monitors.Common.Parsers, Xmobar.Plugins.Monitors.CoreCommon, Xmobar.Plugins.Monitors.CoreTemp, Xmobar.Plugins.Monitors.CpuFreq, |