Merge pull request #207 from jumscrafteur/master
Add dracula-spotify-tui-format option
This commit is contained in:
commit
9b084c6b2e
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ main()
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
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}
|
echo ${spotify_playback}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue