3 unstable releases
0.2.1 | Oct 20, 2024 |
---|---|
0.2.0 |
|
0.1.2 | Oct 9, 2023 |
0.1.1 | Aug 12, 2023 |
#374 in Filesystem
293 downloads per month
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