mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Revert "use tail -r instead of tac (#360)"
This reverts commit 79e9fa781fb3cbaeb6356573f0b4d987f0449126.
This commit is contained in:
parent
79e9fa781f
commit
07cf1df628
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
filter() {
|
||||
sed "/^volume:/d" | tail -r | sed -e "s/\\&/&/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/\\&/&/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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user