pedromalta / unsplash-wallpapper

A simple script to take random images using unsplash api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unsplash Wallpaper

This is a script to set you linux box wallpapper using Unsplash api to get a random image or random image that the selected user likes.

Requirements

feh

wget

How to use

It's simple to use this script, just clone this repository:

$ git clone https://github.com/mikaelhadler/unsplash-wallpapper

Give permission to execute the script:

$ cd unsplash-wallpapper
$ chmod +x unsplash-wallpapper.sh

To execute your script, call it in your bash terminal:

$ ./unsplash-wallpapper.sh

Alternativelly you can include it on your init files so it changes whenever you login or you can create a menu item shortcut so you can execute it on the GUI.

About

A simple script to take random images using unsplash api

License:MIT License


Languages

Language:Shell 100.0%