qrno / spotipaper

Little Bash script for setting your wallpaper to Spotify album covers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spotipaper

Little Bash script for setting your wallpaper to Spotify album covers

Built with

  • 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.

Usage

  1. Install the above dependencies if needed
  2. Clone the repo
git clone https://github.com/qrno/spotipaper
  1. Run it with the Linux watch command
cd spotipaper
watch ./spotipaper.sh

Screenshots

About

Little Bash script for setting your wallpaper to Spotify album covers


Languages

Language:Shell 100.0%