diff options
author | Jose A Ortega Ruiz <jao@gnu.org> | 2010-02-04 02:54:55 +0100 |
---|---|---|
committer | Jose A Ortega Ruiz <jao@gnu.org> | 2010-02-04 02:54:55 +0100 |
commit | 6c4970ea293796a832ecd1b292ec99a9695bf276 (patch) | |
tree | af6ae522a14cfb75ef2434953ad87be17ba5fee9 /xmobar.cabal | |
parent | cf25ae10fa019378c5aa5c7381275bd475c11ed4 (diff) | |
download | xmobar-6c4970ea293796a832ecd1b292ec99a9695bf276.tar.gz xmobar-6c4970ea293796a832ecd1b292ec99a9695bf276.tar.bz2 |
New DiskU and DiskIO monitors
Ignore-this: b72a9ad54c9ae478f2c3fbdcda4d26c8
New monitors for disk usage and throughput, replacing Disk.
darcs-hash:20100204015455-748be-41e03ee9dff0e3e9e3725aae8a3e07c6facb70dc.gz
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 6fb7ffe..34b37c2 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -4,8 +4,8 @@ homepage: http://code.haskell.org/~arossato/xmobar synopsis: A Minimalistic Text Based Status Bar description: Xmobar is a minimalistic text based status bar. . - Inspired by the Ion3 status bar, it supports similar features, - like dynamic color management, output templates, and extensibility + Inspired by the Ion3 status bar, it supports similar features, + like dynamic color management, output templates, and extensibility through plugins. category: System license: BSD3 @@ -34,6 +34,7 @@ flag with_inotify executable xmobar main-is: Main.hs other-Modules: Xmobar, Config, Parsers, Commands, XUtil, Runnable, Plugins + ghc-options: -funbox-strict-fields -Wall ghc-prof-options: -prof -auto-all if true |