[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:
parent
6ec351ff64
commit
24424c17ec
@ -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)"
|
||||
|
Reference in New Issue
Block a user