summaryrefslogtreecommitdiffhomepage
path: root/src/Plugins/Monitors/Volume.hs
AgeCommit message (Collapse)Author
2016-01-03volume: allow alsa capture devices to be monitoredAntoine Eiche
For instance, the following command can be used in the configuration file: Run Volume "default" "Capture" [] 10
2015-03-11Another attempt at better error handling in Volumejao
2015-03-08Better error control in Volume monitorjao
2014-09-24Rename dynamic string to icon patternAlexander Shabalin
2014-09-14Implement DynamicString for Monitors supporting vbar.Alexander Shabalin
* Batt * Bright * Cpu * Disk * MPD * Mem * MultiCpu * Net * Volume * Wireless
2014-03-15showVerticalBar now takes the same arguments as showPercentBarEric Mrak
2014-03-13Volume module has volumevbarEric Mrak
2014-03-07src/Plugins/Monitors/Volume.hs: port to alsa-mixer-0.2Sergei Trofimovich
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2013-10-27New N/A string monitor option (cf. #119)Jose Antonio Ortega Ruiz
2013-02-04Removing uneeded uses of hiding (catch)Jose Antonio Ortega Ruiz
2013-02-04Remove unsafe fromJust from Volume pluginDmitry Malikov
2011-12-18New -d (decimal digits) monitor option (issue #58)Jose Antonio Ortega Ruiz
2011-08-30catch alsa exception on decibel acquireMartin 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-15LintingJose Antonio Ortega Ruiz
2011-01-15Volume monitor: new field 'volumebar', and a bit of refactoringJose Antonio Ortega Ruiz
2011-01-15NitJose Antonio Ortega Ruiz
2011-01-15Volume monitor: minor linting and file headerJose Antonio Ortega Ruiz
2011-01-13Added more graceful failure strategies to volume monitor.Thomas Tuegel
2011-01-13Improved volume monitor.Thomas Tuegel
Featuring: configurable status strings, status colors, and dB thresholds.
2011-01-13Added volume monitor based on alsa-mixer.Thomas Tuegel