Skip to content

Little Bash script for setting your wallpaper to Spotify album covers

Notifications You must be signed in to change notification settings

qrno/spotipaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages