Skip to content

Simple python script to change your desktop background by album arts of currently playing song on Spotify [Linux]

Notifications You must be signed in to change notification settings

gvc14/AlbumArtWallpaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

AlbumArtWallpaper

Set album art of currently playing song on spotify as your Desktop Wallpaper.

Usage:

First open a developer aaccount on Spotify. Create a new project, then get client-id and secret. In settings menu of your project add a redirect-uri (http://localhost/callback can also be used).

Then python3 AlbumArtWallpaper.py

Requirement:

Needs Spotipy

Limitations:

Works for a linux system running gnome 3+, however, the code can be changed accordingly.

By modifying os.system("gsettings set org.gnome.desktop.background picture-uri " + link) in the script.

About

Simple python script to change your desktop background by album arts of currently playing song on Spotify [Linux]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages