ezwallpaper

Crates.ioezwallpaper
lib.rsezwallpaper
version
sourcesrc
created_at2023-08-12 03:05:30.20591
updated_at2024-10-20 03:43:28.229355
descriptionchange wall paper from multiple sources
homepagehttps://github.com/pkking/ezwallpaper.git
repository
max_upload_size
id942540
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
lcr (pkking)

documentation

README

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

Commit count: 0

cargo fmt