#!/bin/sh
VOL=$(amixer get Master |grep % |awk 'FNR==1 {print $4}' |sed 's/[^0-9\%]//g')
notify-send -u low "volume at $VOL"
