From: <dom...@us...> - 2015-12-28 18:22:42
|
Revision: 836 http://sourceforge.net/p/fvwm-crystal/code/836 Author: dominique_libre Date: 2015-12-28 18:22:40 +0000 (Mon, 28 Dec 2015) Log Message: ----------- show the sound card into the volume tooltip Modified Paths: -------------- ChangeLog fvwm/components/functions/Mixer Modified: ChangeLog =================================================================== --- ChangeLog 2015-12-28 18:06:28 UTC (rev 835) +++ ChangeLog 2015-12-28 18:22:40 UTC (rev 836) @@ -9,6 +9,7 @@ preferences/EDITOR: use a default that will make both Debian and gentoo happy. scripts/PrefVars/PrefVars: fix Startup file editing at first startup. functions/CheckForFiles: load the EDITOR preferences. + functions/Mixer: show the sound card into the volume tooltip. dimanche 27 décembre 2015 + icons/Default/[22x22|32x32]/apps/slack.png: new slack icons from Jorge Daniel Sampayo Vargas Modified: fvwm/components/functions/Mixer =================================================================== --- fvwm/components/functions/Mixer 2015-12-28 18:06:28 UTC (rev 835) +++ fvwm/components/functions/Mixer 2015-12-28 18:22:40 UTC (rev 836) @@ -223,6 +223,6 @@ DestroyFunc Volume-Tooltip AddToFunc Volume-Tooltip + I PipeRead '$[FVWM_SYSTEMDIR]/scripts/AmixerCurrentdBVolume $[infostore.SoundCard] $[infostore.SoundDevice]' -+ I PipeRead 'echo "Fvwm-Tooltip Volume \\"$[infostore.MixerControl]\\" \\"$[infostore.CurrentdBVolume] dB\\" +$(($[vp.width]/2))-$(($[vp.height]/2)) 20 750"' ++ I PipeRead 'echo "Fvwm-Tooltip Volume \\"$[gt.Sound Card] $[infostore.SoundCard] $[infostore.MixerControl]\\" \\"$[infostore.CurrentdBVolume] dB\\" +$(($[vp.width]/2))-$(($[vp.height]/2)) 20 750"' # vim:ft=fvwm This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |