diff --git a/blocks.def/volume.sh b/blocks.def/volume.sh index 5ef3017..878b014 100755 --- a/blocks.def/volume.sh +++ b/blocks.def/volume.sh @@ -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}')