From 2f83a028aa2c79ea8c6e850915bfcedb73190c64 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Thu, 24 Mar 2022 00:20:08 -0300 Subject: [PATCH] Remove comments --- blocks.def/volume.sh | 3 --- 1 file changed, 3 deletions(-) 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}')