Change default format to spt's default
This commit is contained in:
parent
8ee569dd6a
commit
15ce3968c8
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ main()
|
|||
exit 1
|
||||
fi
|
||||
|
||||
FORMAT=$(get_tmux_option "@dracula-spotify-tui-format" "%t - %a")
|
||||
FORMAT=$(get_tmux_option "@dracula-spotify-tui-format" "%f %s %t - %a")
|
||||
spotify_playback=$(spt playback -f "${FORMAT}")
|
||||
echo ${spotify_playback}
|
||||
|
||||
|
|
Loading…
Reference in a new issue