[status] fix: sb-music icons

now that we use Symbols Nerd even on gentoo, we can use the default
icons
This commit is contained in:
David JULIEN 2022-11-04 22:43:38 +01:00
parent 6ec351ff64
commit 24424c17ec
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
unicode() { sed "s/[]/'/g;s/[“”]/\"/g"; }
format() { sed "s/^volume:n\/a.*//g;/^volume:/d;s/\\&/&/g;s/\\[paused\\].*//g;s/\\[playing\\].*//g"; }
format() { sed "s/^volume:n\/a.*//g;/^volume:/d;s/\\&/&/g;s/\\[paused\\].*//g;s/\\[playing\\].*//g"; }
mpc="$(mpc --format "%albumartist% ~ %artist% ~ %title%")"
title="$(echo "$mpc" | head -n1 | cut -d'~' -f3 | unicode)"