diff options
author | jao <jao@gnu.org> | 2011-06-02 04:14:01 -0700 |
---|---|---|
committer | jao <jao@gnu.org> | 2011-06-02 04:14:01 -0700 |
commit | d1a84931665cce88108088fd1e4d35d8658e6f5e (patch) | |
tree | 707d5e7fb0318d5a156b768a23346ca5b0e6ee3c /xmobar.cabal | |
parent | 21b6a84953c2fab5d48dc4bfe481a208c100b850 (diff) | |
parent | 63847f5b585e0fb5f19812ce9b5ddaa257b359b7 (diff) | |
download | xmobar-d1a84931665cce88108088fd1e4d35d8658e6f5e.tar.gz xmobar-d1a84931665cce88108088fd1e4d35d8658e6f5e.tar.bz2 |
Merge pull request #15 from skinner33/master
Brightness Monitor Plugin
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 74ae82b..abdf136 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -71,7 +71,8 @@ executable xmobar Plugins.Monitors.MultiCpu, Plugins.Monitors.Net, Plugins.Monitors.Swap, Plugins.Monitors.Thermal, Plugins.Monitors.ThermalZone, Plugins.Monitors.Top, - Plugins.Monitors.Uptime, Plugins.Monitors.Weather + Plugins.Monitors.Uptime, Plugins.Monitors.Weather, + Plugins.Monitors.Bright ghc-prof-options: -prof -auto-all |