Fix icons for nerd font 3.0 update

This commit is contained in:
CronyAkatsuki 2023-12-10 19:00:10 +01:00
parent 7183fd6b99
commit a87040193a
5 changed files with 14 additions and 14 deletions

View file

@ -3,8 +3,8 @@
status=$(mpc status | sed -n '/playing/p' | cut -c2-8 | sed 's/^[ \t]*//')
if [ "$status" = "playing" ]; then # If song is playing
printf "%s\n" ""
printf "%s\n" "󰐊"
else
printf "%s\n" ""
printf "%s\n" "󰏤"
fi