aboutsummaryrefslogtreecommitdiff
path: root/scripts/sound.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xscripts/sound.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/sound.sh b/scripts/sound.sh
index 090a805..cda805a 100755
--- a/scripts/sound.sh
+++ b/scripts/sound.sh
@@ -21,6 +21,7 @@ case "$1" in
volume) case "$2" in
up) amixer sset Master '5%+' ;;
down) amixer sset Master '5%-' ;;
+ perc) amixer sset Master "$3%" ;;
esac ;;
*) echo "Wrong command" ;;
esac