tabio-wallpapers
v1.0.2
Published
Set your desktop background to an image from [tab.gladly.io](https://tab.gladly.io/)
Downloads
5
Readme
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