diff options
-rw-r--r-- | xmobar.cabal | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 3d63ebf..ee425d3 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 @@ -28,13 +28,12 @@ flag with_utf8 description: With UTF-8 support. flag with_inotify - description: inotify support (modern Linux only). Required for the Mail and MBox plugins. + description: inotify support (modern Linux only). Required for the Mail plugin. default: False executable xmobar main-is: Main.hs - - other-modules: Xmobar, Config, Parsers, Commands, XUtil, Runnable, Plugins, Plugins.Monitors.StatFS + other-Modules: Xmobar, Config, Parsers, Commands, XUtil, Runnable, Plugins, Plugins.Monitors.StatFS ghc-prof-options: -prof -auto-all if true |