Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 806 Bytes

README.md

File metadata and controls

48 lines (30 loc) · 806 Bytes

Tmux gspot plugin

:)

Plugin that shows current playing song with gspot.

Screenshot

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-gspot'

Press prefix + I to install it.

Manual Installation

Clone the repo:

$ git clone https://git.asdf.cafe/abs3nt/tmux-gspot ~/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

License

MIT