scripts | ||
actual_song.tmux | ||
LICENSE | ||
README.md |
Tmux gospt plugin
Plugin that shows current playing song with gospt.
Usage
set -g status-right '#{now_playing}'
Installation with Tmux Plugin Manager (Recommended)
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