diff --git a/scripts/core/sxmo_vol.sh b/scripts/core/sxmo_vol.sh index 3652728..89634d6 100755 --- a/scripts/core/sxmo_vol.sh +++ b/scripts/core/sxmo_vol.sh @@ -22,5 +22,13 @@ down() { setvol() { amixer set "$(sxmo_audiocurrentdevice.sh)" "$1" } +mute() { + amixer set "$(sxmo_audiocurrentdevice.sh)" mute + notify +} +unmute() { + amixer set "$(sxmo_audiocurrentdevice.sh)" unmute + notify +} "$@"