i3mpd how handles ampersands

This commit is contained in:
Luke Smith 2018-07-03 15:30:45 -04:00
parent 3b272bad96
commit 5760896e7d

View file

@ -6,7 +6,7 @@ if [[ -n $BLOCK_INSTANCE ]]; then
fi fi
filter() { filter() {
sed 2q | tac | sed -e "/volume:/d;s/\[paused\].*/<span color=\"gray\">/g;s/\[playing\].*/<span>/g" | tr -d '\n' | sed -e "s/$/<\/span>/g" sed 2q | tac | sed -e "s/\&/&amp;/g;/volume:/d;s/\[paused\].*/<span color=\"gray\" font_style=\"italic\">/g;s/\[playing\].*/<span>/g" | tr -d '\n' | sed -e "s/$/<\/span>/g"
} }
case $BLOCK_BUTTON in case $BLOCK_BUTTON in