diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-07-03 15:30:45 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-07-03 15:30:45 -0400 |
| commit | 5760896e7d367cf0585490e711b8b3020945b6cd (patch) | |
| tree | fbed14c321a268862e100e3911a352560658e226 | |
| parent | 3b272bad965f701659b98bef7163082234f96d64 (diff) | |
| download | eibhear-5760896e7d367cf0585490e711b8b3020945b6cd.tar.gz eibhear-5760896e7d367cf0585490e711b8b3020945b6cd.tar.zst eibhear-5760896e7d367cf0585490e711b8b3020945b6cd.zip | |
i3mpd how handles ampersands
| -rwxr-xr-x | .scripts/i3mpd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/i3mpd b/.scripts/i3mpd index 7cf473d..8c8564e 100755 --- a/.scripts/i3mpd +++ b/.scripts/i3mpd @@ -6,7 +6,7 @@ if [[ -n $BLOCK_INSTANCE ]]; then fi 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 |
