1.3.1 • Published 3 years ago

wpupd v1.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Wpupd!

This application downloads one image from a selected provider (like Wallhaven) and sets it as wallpaper.

The config values from search images are in $HOME/.config/wpupd/config.json

Example File:

{
  "local": "/home/saile/pictures/wallpapers",
  "system": "gnome",
  "provider": "wallhaven",
  "misc": {
    "resolution": [1600, 900],
    "ratios": [16, 9],
    "topic": "Code Geass",
    "sfw": false,
    "color": "FFA500"
  }
}

Config Values

  • local: Where to download images
  • system: It can be gnome,windows or feh
  • provider: It can be wallhaven or unsplash

Also, there is a wpupd.log file in the same directory with the app journal

Installation

To be able to use it in your entire system you have to install globally:

npm i -g wpupd

If you use yarn:

yarn global add wpupd

Usage

After install just run wpupd

Licence

wpupd is licensed under the MIT license