Skip to content

Commit

Permalink
Merge pull request #207 from jumscrafteur/master
Browse files Browse the repository at this point in the history
Add dracula-spotify-tui-format option
  • Loading branch information
ethancedwards8 committed Apr 27, 2023
2 parents 6de4866 + 15ce396 commit 9b084c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/spotify-tui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ main()
exit 1
fi

spotify_playback=$(spt playback)
FORMAT=$(get_tmux_option "@dracula-spotify-tui-format" "%f %s %t - %a")
spotify_playback=$(spt playback -f "${FORMAT}")
echo ${spotify_playback}

}
Expand Down

0 comments on commit 9b084c6

Please sign in to comment.