Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-15 | showVerticalBar now takes the same arguments as showPercentBar | Eric Mrak | |
2014-03-13 | Volume module has volumevbar | Eric Mrak | |
2014-03-07 | src/Plugins/Monitors/Volume.hs: port to alsa-mixer-0.2 | Sergei Trofimovich | |
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> | |||
2013-10-27 | New N/A string monitor option (cf. #119) | Jose Antonio Ortega Ruiz | |
2013-02-04 | Removing uneeded uses of hiding (catch) | Jose Antonio Ortega Ruiz | |
2013-02-04 | Remove unsafe fromJust from Volume plugin | Dmitry Malikov | |
2011-12-18 | New -d (decimal digits) monitor option (issue #58) | Jose Antonio Ortega Ruiz | |
2011-08-30 | catch alsa exception on decibel acquire | Martin Perner | |
This closes #17. For some reasons the alsa interface does not provide a dB value on all systems. Instead an error is returned. The alsa-mixer library checks for such return values and throws an exception if one is detected. This patch catches the exception and returns 0 as dB value. | |||
2011-01-15 | Linting | Jose Antonio Ortega Ruiz | |
2011-01-15 | Volume monitor: new field 'volumebar', and a bit of refactoring | Jose Antonio Ortega Ruiz | |
2011-01-15 | Nit | Jose Antonio Ortega Ruiz | |
2011-01-15 | Volume monitor: minor linting and file header | Jose Antonio Ortega Ruiz | |
2011-01-13 | Added more graceful failure strategies to volume monitor. | Thomas Tuegel | |
2011-01-13 | Improved volume monitor. | Thomas Tuegel | |
Featuring: configurable status strings, status colors, and dB thresholds. | |||
2011-01-13 | Added volume monitor based on alsa-mixer. | Thomas Tuegel | |