removed unnecessary echos in config/.scripts/sound.sh

This commit is contained in:
TuDatTr
2020-09-19 13:50:13 +02:00
parent 2968f25fc1
commit b63c693505
2 changed files with 1 additions and 2 deletions

View File

@@ -15,7 +15,6 @@ function isMuted() {
defaultSink=$(pactl info | grep 'Default Sink' | cut -d' ' -f3);
isMuted;
if [ $muted -eq 1 ]; then echo unmuted; else echo muted; fi
case $1 in
"up"*)