diff options
author | Juraj Hercek <juhe_haskell@hck.sk> | 2007-11-30 21:54:30 +0100 |
---|---|---|
committer | Juraj Hercek <juhe_haskell@hck.sk> | 2007-11-30 21:54:30 +0100 |
commit | bd99e674006d5262501243aadfafeff841633e6e (patch) | |
tree | 4c4a30e2c2e9aa8434c12d12a170f7128e87555f /xmobar.cabal | |
parent | 5ebd0d511eb90060230baa7fd46b668a32417be7 (diff) | |
download | xmobar-bd99e674006d5262501243aadfafeff841633e6e.tar.gz xmobar-bd99e674006d5262501243aadfafeff841633e6e.tar.bz2 |
Added thermal, cpufreq and coretemp monitors.
Prerequisities:
thermal
- thermal module should be loaded/compiled in kernel
- available in (at least) intel centrino processors
cpufreq
- acpi_cpufreq module should be loaded/compiled in kernel
- available in modern processors
coretemp
- coretemp module should be loaded/compiled in kernel
- available (at least) in core 2 duo processors
darcs-hash:20071130205430-f49a6-0ff042af60c91416fd8dd8190cbd9022bcabb269.gz
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 4840df9..61cc32f 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -25,5 +25,5 @@ executable xmobar build-depends: base >= 3, containers, process, old-time, old-locale, bytestring else build-depends: base < 3 - build-depends: X11>=1.3.0, mtl, unix, parsec, filepath, stm + build-depends: X11>=1.3.0, mtl, unix, parsec, filepath, stm, directory |