Config: Prevent warning on the first exec of the btc polybar module
This commit is contained in:
@@ -77,6 +77,7 @@ done
|
||||
pulseTcp()
|
||||
{
|
||||
if test "$2" = "off" || test "$2" = "0"; then
|
||||
echo "Disabling PulseAudio TCP module"
|
||||
if pactl list modules short | grep -q module-simple-protocol-tcp; then
|
||||
pactl unload-module module-simple-protocol-tcp
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user