Revert "use tail -r instead of tac (#360)"

This reverts commit 79e9fa781fb3cbaeb6356573f0b4d987f0449126.
This commit is contained in:
Luke Smith 2019-08-18 17:12:58 -04:00 committed by GitHub
parent 79e9fa781f
commit 07cf1df628

View File

@ -1,7 +1,7 @@
#!/usr/bin/env sh
filter() {
sed "/^volume:/d" | tail -r | sed -e "s/\\&/&amp;/g;s/\\[paused\\].*/<span color=\"gray\" font_style=\"italic\">/g;s/\\[playing\\].*/<span>/g" | tr -d '\n' | sed -e "s/$/<\\/span>/g"
sed "/^volume:/d" | tac | sed -e "s/\\&/&amp;/g;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