Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jdx/tmux-spotify-info

Shows current song playing on spotify in your tmux status line
https://github.com/jdx/tmux-spotify-info

Last synced: about 1 month ago
JSON representation

Shows current song playing on spotify in your tmux status line

Awesome Lists containing this project

README

        

tmux-spotify-info
=================

Shows current song playing on spotify in your tmux statusline. OSX only.

Installation
============

Put `tmux-spotify-info` in your path. I suggest `~/bin`.

Add the following to `~/.tmux.conf`

```
set -g status-right '#(tmux-spotify-info)'
```

Or for a more complete statusline like [the one I have](https://github.com/dickeyxxx/dotfiles/blob/master/tmux.conf)

Other Tmux Plugins
==================

* [tmux-cpu-info](https://github.com/dickeyxxx/tmux-cpu-info)
* [tmux-weather](https://github.com/dickeyxxx/tmux-weather)