tmux-gspot/README.md

849 B

Tmux Spotify-TUI plugin

Plugin that shows current playing song with gospt.

Screenshot

Usage

set -g status-right '#{now_playing}'

Add plugin to the list of TPM plugins:

set -g @plugin 'abs3ntdev/tmux-gospt'

Press prefix + I to install it.

Manual Installation

Clone the repo:

$ git clone https://github.com/abs3ntdev/tmux-gospt ~/clone/path

Add this line to your .tmux.conf:

run-shell ~/clone/path/actual_song.tmux

Reload TMUX environment with:

$ tmux source-file ~/.tmux.conf

or:

Press prefix + R to install it.


License

MIT