1.0.2 • Published 5 years ago

tabio-wallpapers v1.0.2

Weekly downloads
9
License
ISC
Repository
-
Last release
5 years ago

tabio-wallpapers

Set your desktop background to an image from tab.gladly.io

Installation

$ npm install -g tabio-wallpapers

Usage

You simple execute at the terminal

tabio-wallpapers

Now check your desktop background

Cycle

You can set a cron job to change your desktop background hourly.

crontab -l > currentcron
echo "0 * * * * tabio-wallpapers" >> currentcron
crontab currentcron
rm currentcron