Fixed typo

This commit is contained in:
Ashish Kumar Yadav 2021-07-14 15:20:53 +05:30
parent b227e8bf42
commit d763d33e20

View file

@ -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}')