diff --git a/src/music-tmux-statusbar.sh b/src/music-tmux-statusbar.sh index e1b9c507..6f25b4e8 100755 --- a/src/music-tmux-statusbar.sh +++ b/src/music-tmux-statusbar.sh @@ -85,7 +85,7 @@ if [ -n "$TITLE" ]; then if [ "$STATUS" = "playing" ]; then PLAY_STATE="░ $OUTPUT" else - PLAY_STATE=░ "󰏤$OUTPUT" + PLAY_STATE="░ 󰏤$OUTPUT" fi OUTPUT="$PLAY_STATE $TITLE"