fn showvol { echo -n 'vol: '`{amixer get Master | 9 sed -n 's/.+(\[.*\%\]).+/\1/p' |uniq | 9 sed 's/[\[\]]//g' | tr ' ' ' '} } mkrbar showvol &