Pre-cleanup.

This commit is contained in:
2015-11-01 01:37:32 +01:00
parent af5abe5987
commit 46ac10388a
7 changed files with 31 additions and 17 deletions

View File

@@ -36,7 +36,7 @@ setvol() {
else
newvol="$1"
fi
pactl set-sink-volume $SINK $(( $newvol * 65536 / 100 ))
pactl set-sink-volume $SINKNAME $(( $newvol * 65536 / 100 ))
}
ismuted() {