abs3ntdev / tmux-gspot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Shell 100.0%