Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 890 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 890 Bytes

spotify-search-provider

Spotify search provider for GNOME Shell

Screencast

Installation

Arch Linux

Install spotify-search-provider from the AUR:

yay -S spotify-search-provider

Manual

Install the following dependencies:

  • python-dbus (might be named python3-dbus)
  • python-gobject (might be named python3-dbus)
  • spotipy: pip install --user spotipy

Then run:

git clone https://github.com/arrufat/spotify-search-provider
cd spotify-search-provider
sudo ./install.sh

And to uninstall it:

sudo ./uninstall.sh

Credits