#image #background #desktop #wallpaper #bing #change #local-file

app ezwallpaper

change wall paper from multiple sources

3 unstable releases

0.2.1 Oct 20, 2024
0.2.0 Oct 20, 2024
0.1.2 Oct 9, 2023
0.1.1 Aug 12, 2023

#374 in Filesystem

Download history 2/week @ 2024-09-22 293/week @ 2024-10-20

293 downloads per month

MIT license

19KB
438 lines

Intro

A tool to change wallpaper, can be used as daily cronjob or Windows task scheduler

Features

  • support set desktop background with images from bing daliy picture
  • support set desktop background with images from local file system
  • support set desktop background with images from pexel

Usage

only test bash in mingw64 on windows 10 & windows 11:)

change wall paper from multiple sources

Usage: ezwallpaper.exe [OPTIONS]

Options:
  -r, --resolution <RESOLUTION>  pic resolution [default: UHD]
  -l, --locale <LOCALE>          zone info for images, available: en-US, zh-CN, ja-JP, de-DE [default: zh-CN]
  -d, --dir <DIR>                dir to store downloaded pictures [default: PICTURE_DIR]
  -b, --backend <BACKEND>        backend for wallpaper, available: bing, pexel [default: bing]
      --token <TOKEN>            token for pexel, only valid when backend is pexel [default: ""]
  -h, --help                     Print help
  -V, --version                  Print version

NOTE: The default dir is PICTURE_DIR

Change wallpaper from bing

ezwallpaper.exe 

Change wallpaper from pexel

ezwallpaper.exe -b pexel --token <your token>

The --token argument is required only for pexel backend, get a token from pexels.com

Dependencies

~9–20MB
~300K SLoC