Little Bash script for setting your wallpaper to Spotify album covers
- playerctl - gets the name, artist, and URL to the art of the currently playing album
- curl - used to download the image
- Imagemagick - used to create the final wallpaper from the cover art
- feh - sets the wallpaper to the image
- watch - runs the command every couple seconds
The code is really short, I recommend reading it.
- Install the above dependencies if needed
- Clone the repo
git clone https://github.com/qrno/spotipaper
- Run it with the Linux watch command
cd spotipaper
watch ./spotipaper.sh