Improved pulse_daemon.sh

pull/47/head
Ashish Kumar Yadav 3 years ago
parent a99b2b13e3
commit 76569ceb4a

@ -2,7 +2,7 @@
# This script should be autostarted with X session
# It signals volume block to update on audio related events
pactl subscribe |
while read -r output ; do
while IFS='' read -r output ; do
case $output in
*" sink "*) sigdwmblocks 1 ;;
esac

Loading…
Cancel
Save