diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-02-25 16:27:45 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-02-25 16:27:45 +0100 |
commit | 7561fa48cf88603b2f839945902e75a6b6d2ecd4 (patch) | |
tree | 3e42d10f1642ab5dc3d684153e8b2f293a648332 /NEWS | |
parent | 34dcc41287af8070ffab2e049016ad7dae39e255 (diff) | |
download | xmobar-7561fa48cf88603b2f839945902e75a6b6d2ecd4.tar.gz xmobar-7561fa48cf88603b2f839945902e75a6b6d2ecd4.tar.bz2 |
New monitor, ThermalZone, addressing issue 44
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,9 @@ _New features_ - New `Volume` monitor displaying ALSA soundcards information, by Thomas Tuegel. + - New `ThermalZone` plugin substituting `Thermal` and using linux's + *sysfs* interface (you need this one if you're using a kernel + version equal to or above 2.6.37). See [issue 44]. - xmobar app new has WM_CLASS, WM_NAME and _NET_WM_PID xprops ([issue 38]). @@ -40,6 +43,7 @@ _Bug fixes_ [issue 38]: http://code.google.com/p/xmobar/issues/detail?id=38 [issue 40]: http://code.google.com/p/xmobar/issues/detail?id=40 [issue 42]: http://code.google.com/p/xmobar/issues/detail?id=42 +[issue 44]: http://code.google.com/p/xmobar/issues/detail?id=44 ## Version 0.12 (Dec 24, 2010) |