Git Product home page Git Product logo

bingwallpaperer's Introduction

Bing Wallpaperer

Handy Powershell script to help update Windows desktop wallpaper directly from Bing's Image of the Day web service.

I like Bing's daily images, and I like having them changing daily as my desktop wallpaper. So some time ago I created this handy little script, which is setup as a scheduled task to run daily. It's been tweaked and improved over time - generally just as an excuse to dabble in some Powershell!

Having dusted it off and given it a bit of tidy up recently, I thought I'd also get it up into a repository to make it easier to manage and so it can be shared with others if anyone finds it useful or wants to build on it.

Examples

Just run as-is and it will run with defaults...

.\BingWallpaperer.ps1

It will default to the en-GB market, but you can specify a different market like so...

.\BingWallpaperer.ps1 -mkt en-US

By default the script uses your current screen resolution (on the primary monitor) - not all image sizes are supported, but the script does try all the most common if the specified one is not available. You can specify the image size in a widthxheight format like so...

.\BingWallpaperer.ps1 -size 1366x768

You can grab any image from the last 7 days. It defaults to the latest image (today's image), which is represented as index 0 and the maximum index is 7. So for example to use the image from yesterday, you can specify the index like so...

.\BingWallpaperer.ps1 -idx 1

Things to do (one day, maybe)

  • Improve image sizes ... include portrait maybe.
  • Add option to setup schedule task via script.

bingwallpaperer's People

Contributors

lucianoparanhos avatar ohnojoe avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.