rndm_luser /.conky/scripts/volume.sh

#!/bin/sh
rexima -v |awk '{if ($1 ~ /^(vol|pcm)/) print int(($3+$4)/2),"%" }'