From d763d33e20b1096893888dff56c300a70fd2843d Mon Sep 17 00:00:00 2001 From: Ashish Kumar Yadav Date: Wed, 14 Jul 2021 15:20:53 +0530 Subject: [PATCH] Fixed typo --- blocks.def/volume.pipewire.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks.def/volume.pipewire.sh b/blocks.def/volume.pipewire.sh index a3703cf..445d514 100755 --- a/blocks.def/volume.pipewire.sh +++ b/blocks.def/volume.pipewire.sh @@ -1,6 +1,6 @@ #!/bin/sh # (for pipewire users) -# This script parses the output of `pacmd list-sinks' to find volume and mute +# This script parses the output of `pactl list sinks' to find volume and mute # status of the default audio sink and whether headphones are plugged in or not # Also see ../daemons/pulse_daemon.sh sink=$(pactl info | awk '$1 == "Default" && $2 == "Sink:" {print $3}')