Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |