ashleydavies / i3blocks-spotify

Very simple Python script to display artist name and track title on i3blocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i3blocks-spotify

Very simple Python script to display artist name and track title on i3blocks.

Requires python-dbus library. Works on both Python 2 and Python3.

Disappears when Spotify is closed.

Usage

# Spotify icon \uF1BC
[spotify]
label=
command=~/.config/i3blocks/scripts/spotify.py
color=#81b71a
interval=5

Controls

If you have playerctl installed on your system, you can uncomment lines in the script to enable mouse clicks (left/right) to go forward/backward through tracks and to pause/play with middle-click.

About

Very simple Python script to display artist name and track title on i3blocks

License:GNU General Public License v2.0


Languages

Language:Python 100.0%