Add dracula-spotify-tui-format
This commit is contained in:
parent
6de48667f9
commit
8ee569dd6a
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" "%t - %a")
|
||||||
|
spotify_playback=$(spt playback -f "${FORMAT}")
|
||||||
echo ${spotify_playback}
|
echo ${spotify_playback}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue