temp fix for formating on waybar

This commit is contained in:
lelgenio 2020-09-30 18:56:51 -03:00
parent b7cf0d5e9b
commit 3801ad3640
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ pgrep mpd > /dev/null ||
exit 1
mpc status | grep '^\[playing\]' > /dev/null &&
mpc current -f ' %title% - %artist% '
mpc current -f ' %title% - %artist% ' |
sed 's/&/and/g'
true