All Projects → timothymctim → Bing-wallpapers

timothymctim / Bing-wallpapers

Licence: MIT License
Fetch the Bing wallpaper image of the day

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to Bing-wallpapers

freshpaper
This utility automatically sets the wallpaper of the day from various sources as your Desktop wallpaper.
Stars: ✭ 35 (+84.21%)
Mutual labels:  wallpaper, bing-wallpaper
bing-wallpaper
Automatically change your desktop background to Bing's image of the day, every day.
Stars: ✭ 63 (+231.58%)
Mutual labels:  wallpaper, bing-wallpaper
Bing-Api
轻巧但辣鸡的 Bing 今日美图 API
Stars: ✭ 39 (+105.26%)
Mutual labels:  wallpaper, bing-wallpaper
Bing-wallpaper
js获取必应每日壁纸,兼容 PC && mobile
Stars: ✭ 14 (-26.32%)
Mutual labels:  bing-wallpaper
Minimalistic-Wallpaper-Collection
Minimalistic, flat art, and colorful, digital nature wallpapers and an API for randomly selecting them
Stars: ✭ 65 (+242.11%)
Mutual labels:  wallpaper
ActiveDesktopPlus
A simple app that lets you pin windows to your desktop and use fullscreen programs and videos as interactive wallpapers.
Stars: ✭ 88 (+363.16%)
Mutual labels:  wallpaper
WallpaperKit
Building Live/Static Wallpaper on macOS.
Stars: ✭ 31 (+63.16%)
Mutual labels:  wallpaper
OnlySwitch
⚙️ All-in-One menu bar app, hide 💻MacBook Pro's notch, dark mode, AirPods, Shortcuts
Stars: ✭ 1,288 (+6678.95%)
Mutual labels:  wallpaper
Canvas-Vision
📷 Wallpaper Downloading Android App
Stars: ✭ 14 (-26.32%)
Mutual labels:  wallpaper
lswc
Change your wallpaper on Gnome, Mint or Mate.. lets say gnome2 or gnome3
Stars: ✭ 19 (+0%)
Mutual labels:  wallpaper
wallpaper-api
An api which can use different sites to scrape images and serve them through API
Stars: ✭ 18 (-5.26%)
Mutual labels:  wallpaper
Moment
Deprecated, A wallpaper app that collects high-resolution photographic photos.
Stars: ✭ 39 (+105.26%)
Mutual labels:  wallpaper
set-top-reddit-wallpaper
PowerShell script to set the wallpaper as the top post of the day/week/month from /r/wallpapers and /r/wallpaper or any other subreddits.
Stars: ✭ 17 (-10.53%)
Mutual labels:  wallpaper
animwall
Animated wallpapers for Linux
Stars: ✭ 28 (+47.37%)
Mutual labels:  wallpaper
Monotone
An Unsplash Application for iOS.
Stars: ✭ 181 (+852.63%)
Mutual labels:  wallpaper
fantascene-dynamic-wallpaper
Managed animated wallpaper based on X11 under Linux
Stars: ✭ 76 (+300%)
Mutual labels:  wallpaper
YdarWallpaper
opengl渲染的动态桌面壁纸
Stars: ✭ 65 (+242.11%)
Mutual labels:  wallpaper
gosimac
Fetch the wallpaper from Bing, Unsplash, etc.
Stars: ✭ 22 (+15.79%)
Mutual labels:  wallpaper
dotfiles
Config files for i3, polybar, rofi, mpv, Xresources, kitty and some bash-things...
Stars: ✭ 52 (+173.68%)
Mutual labels:  wallpaper
WallcatWindows
Enjoy a new, beautiful wallpaper, every day.
Stars: ✭ 26 (+36.84%)
Mutual labels:  wallpaper

Bing image of the day

This Windows PowerShell script automatically fetches the Bing image of the day. Using this script you can set the Bing image of the day as your wallpaper.

The script uses the XML page of Microsoft Bing to download the images. With a few extra steps, the script allows you to set your wallpaper to the Bing image of the day, just like using Bing desktop (which might be unavailable in your region or you do not want to install).

Script options

The script supports several options which allows you to customize the behavior.

  • -locale Get the Bing image of the day for this region.

    Possible values 'auto', 'ar-XA', 'bg-BG', 'cs-CZ', 'da-DK', 'de-AT', 'de-CH', 'de-DE', 'el-GR', 'en-AU', 'en-CA', 'en-GB', 'en-ID', 'en-IE', 'en-IN', 'en-MY', 'en-NZ', 'en-PH', 'en-SG', 'en-US', 'en-XA', 'en-ZA', 'es-AR', 'es-CL', 'es-ES', 'es-MX', 'es-US', 'es-XL', 'et-EE', 'fi-FI', 'fr-BE', 'fr-CA', 'fr-CH', 'fr-FR', 'he-IL', 'hr-HR', 'hu-HU', 'it-IT', 'ja-JP', 'ko-KR', 'lt-LT', 'lv-LV', 'nb-NO', 'nl-BE', 'nl-NL', 'pl-PL', 'pt-BR', 'pt-PT', 'ro-RO', 'ru-RU', 'sk-SK', 'sl-SL', 'sv-SE', 'th-TH', 'tr-TR', 'uk-UA', 'zh-CN', 'zh-HK', 'zh-TW'

    Default value 'auto'

    Remarks By using the value 'auto', Bing will attempt to determine an applicable locale based on your IP address.

    Currently, only the values 'de-DE', 'en-AU', 'en-CA', 'en-GB', 'en-IN', 'en-US', 'fr-CA', 'fr-FR', 'ja-JP', and 'zh-CN' will have their own localized version. Other values will be considered as the “Rest of the World” by Bing.

  • -files Keep only this number of images in the folder, any other file matching ????-??-??.jpg will be removed!

    Default value 3

    Remarks Setting this option to 0 will keep all images and will not remove any file.

  • -resolution Determines which image resolution will be downloaded. If set to 'auto' the script will try to determine which resolution is more appropriate based on your primary screen resolution.

    Possible values 'auto', '1024x768', '1280x720', '1366x768', '1920x1080', '1920x1200'

    Default value 'auto'

  • -downloadFolder Destination folder to download the wallpapers to.

    Default value "$([Environment]::GetFolderPath("MyPictures"))\Wallpapers" (the subfolder Wallpapers inside your default Pictures folder)

    Remarks The folder will automatically be created if it doesn’t exist already.

Set as your wallpaper

With a few additional steps you’re able to automatically download the latest images and set them as your wallpaper.

Automatically run the script

First, make sure that you can actually run PowerShell scripts. You might have to set the execution policy to unrestricted by running Set-ExecutionPolicy Unrestricted in a PowerShell window executed with administrator rights. Additionally, you might need to unblock the file since you downloaded the file from an untrusted source on the Internet. You can do this by running Unblock-File <path to the script> as administrator. Note that the script itself doesn’t need to be run as administrator!

You can configure to run the script periodically using “Task Scheduler.” Open Task Scheduler and click ActionCreate Task…. Enter a name and description that you like. Next, add a trigger to run the task once a day. Finally, add the script as an action. Run the program powershell with the arguments -WindowStyle Hidden -file "<path to the script>" <optional script arguments>.

Changing your background settings

Go to SettingsPersonalizationBackground and select Slideshow as the Background type. Hit the Browse button to select the folder you automatically download the images to (the default is the folder Wallpapers inside your Pictures folder).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].