Remove comments
This commit is contained in:
parent
96c68e3fde
commit
2f83a028aa
|
@ -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}')
|
||||
|
||||
|
|
Loading…
Reference in New Issue