#!/bin/bash
aumix -q | grep vol | cut -d, -f 2 | xargs xmessage -buttons volume -center -timeout 1

