summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.config/polybar/music2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/polybar/music b/.config/polybar/music
index 40a028f6..a7a9e947 100755
--- a/.config/polybar/music
+++ b/.config/polybar/music
@@ -7,7 +7,7 @@ fi
# Foreground color formatting tags are optional
if [[ $player_status = "Playing" ]]; then
- echo "%{F#FFFFFF}▶️ $metadata%{F-}"
+ echo "%{F#FFFFFF}⏯️ $metadata%{F-}"
elif [[ $player_status = "Paused" ]]; then
echo "%{F#999}⏸️ $metadata%{F-}"
else