Go to file
jjohnstondev 47b1fb41e9 initial 2023-01-19 17:54:30 -08:00
scripts initial 2023-01-19 17:54:30 -08:00
LICENSE initial 2023-01-19 17:54:30 -08:00
README.md initial 2023-01-19 17:54:30 -08:00
actual_song.tmux initial 2023-01-19 17:54:30 -08:00

README.md

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