Remove comments

This commit is contained in:
Santiago Lo Coco 2022-03-24 00:20:08 -03:00
parent 96c68e3fde
commit 2f83a028aa
1 changed files with 0 additions and 3 deletions

View File

@ -7,9 +7,7 @@ ICONmute="🔇"
ICONspeakermute="🔕"
ICONspeaker="🔔"
ICONheadphone="🎧"
#ICONspeaker="📢"
#pactl set-card-profile 126 output:hdmi-stereo-extra1
SINKHDMI=alsa_output.pci-0000_01_00.1.hdmi-stereo-extra1
#SINKHDMI=alsa_output.pci-0000_01_00.1.hdmi-stereo
SINKANALOG=alsa_output.pci-0000_00_1b.0.analog-stereo
@ -29,7 +27,6 @@ checkDefaultSink() {
fi
}
#VOLUME=`pulsemixer --get-volume | awk '{printf $1}'`
VOLUME=$(pactl get-sink-volume @DEFAULT_SINK@ | awk '{printf $5}' | sed s/%//)
MUTE=$(pactl get-sink-mute @DEFAULT_SINK@ | awk '{printf $2}')