i3mpd how handles ampersands
This commit is contained in:
@@ -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/\&/&/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
|
||||||
|
|||||||
Reference in New Issue
Block a user