diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-09-04 16:11:33 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-09-04 16:11:33 -0400 |
| commit | 5be1f8beca5dbeccd5f638f0282d27dc0dd5e40d (patch) | |
| tree | 4d6ab37f65debbd3d9babf22bc91775e37fb9045 /.scripts | |
| parent | 39a2b97142235e7be70bd3ef30b819dd18514f0f (diff) | |
| download | eibhear-5be1f8beca5dbeccd5f638f0282d27dc0dd5e40d.tar.gz eibhear-5be1f8beca5dbeccd5f638f0282d27dc0dd5e40d.tar.zst eibhear-5be1f8beca5dbeccd5f638f0282d27dc0dd5e40d.zip | |
i3mpd fix
Diffstat (limited to '.scripts')
| -rwxr-xr-x | .scripts/i3mpd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/i3mpd b/.scripts/i3mpd index 9b285b3..9dc97a0 100755 --- a/.scripts/i3mpd +++ b/.scripts/i3mpd @@ -1,7 +1,7 @@ #!/bin/sh filter() { - sed 2q | 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" + 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 |
