diff options
author | Michal Zielonka <michal.zielonka.8001@gmail.com> | 2022-04-11 22:53:29 +0200 |
---|---|---|
committer | Michal Zielonka <michal.zielonka.8001@gmail.com> | 2022-04-11 22:53:29 +0200 |
commit | 15dccb714af16c786ebb63cf619f885495781f5f (patch) | |
tree | e2f1f8fb8511ee35ddf6f42a974fc9aba7966b31 /xmobar.cabal | |
parent | 7af1ddc5ebbe9d651ffbc057614be18637e69939 (diff) | |
download | xmobar-15dccb714af16c786ebb63cf619f885495781f5f.tar.gz xmobar-15dccb714af16c786ebb63cf619f885495781f5f.tar.bz2 |
add load monitor for freebsd
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index b8e36be..a19e701 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -168,6 +168,7 @@ library Xmobar.Plugins.Monitors.Disk, Xmobar.Plugins.Monitors.Disk.Common, Xmobar.Plugins.Monitors.Load, + Xmobar.Plugins.Monitors.Load.Common, Xmobar.Plugins.Monitors.Mem, Xmobar.Plugins.Monitors.MultiCoreTemp, Xmobar.Plugins.Monitors.MultiCpu, @@ -312,6 +313,7 @@ library other-modules: Xmobar.Plugins.Monitors.Batt.FreeBSD, Xmobar.Plugins.Monitors.Cpu.FreeBSD, Xmobar.Plugins.Monitors.Disk.FreeBSD, + Xmobar.Plugins.Monitors.Load.FreeBSD, Xmobar.Plugins.Monitors.Mem.FreeBSD, Xmobar.Plugins.Monitors.Net.FreeBSD, Xmobar.Plugins.Monitors.Swap.FreeBSD, @@ -321,6 +323,7 @@ library other-modules: Xmobar.Plugins.Monitors.Batt.Linux, Xmobar.Plugins.Monitors.Cpu.Linux, Xmobar.Plugins.Monitors.Disk.Linux, + Xmobar.Plugins.Monitors.Load.Linux, Xmobar.Plugins.Monitors.Mem.Linux, Xmobar.Plugins.Monitors.Net.Linux, Xmobar.Plugins.Monitors.Swap.Linux, |