1.2.0 • Published 3 years ago

@ebobadilla/wpupd v1.2.0

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
  }
}

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 @ebobadilla/wpupd

If you use yarn:

yarn global add @ebobadilla/wpupd

Usage

After install just run wpupd

Licence

wpupd is licensed under the MIT license

1.2.0

3 years ago

1.1.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago