Fixed typo in pulse_daemon.sh

This commit is contained in:
Ashish Kumar Yadav 2020-07-07 15:33:42 +05:30
parent 7367afacb0
commit ac7d3426a6
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
pactl subscribe |
while read -r output ; do
if [ -z "${output##*sink *}" ] ; then
sigdsblocks 1
sigdwmblocks 1
fi
done