tonywei92 / winwallpaper

CLI utility for changing windows wallpaper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

winwallpaper - Open Source

A CLI utility for change Windows wallpaper along with scaling.

Download

👍 Releases

Usage

Usage: winwallpaper.exe [options]
Allowed options:
  --help                     show this help message
  -p [ --path ] arg          image path
  -s [ --style ] arg (=fill) style eg. tile, center, stretch, fit, and fill

Build

This project using some Boost.org C++ library, build boost library using bjam with static runtime link by running:

$ bjam runtime-link=static

License

Copyright (c) Tony Song tonywei92@gmail.com at LiveWithCode. All rights reserved.

Licensed under the MIT License.

About

CLI utility for changing windows wallpaper

License:MIT License


Languages

Language:C++ 81.6%Language:C 18.4%