#! /bin/sh
[ $(pamixer --get-mute) = true ] && echo " MUTED" && exit
echo " VOL $(pamixer --get-volume)%"