Skip to content

Small command-line program to set the Bing Image of the Day as your background

License

Notifications You must be signed in to change notification settings

azhdari/BingBackground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BingBackground

BingBackground is a small command-line program that downloads the Bing homepage image and sets it as your desktop background. Images are saved in your picture directory in a folder named "Bing Backgrounds".

Usage

Clone the GitHub repo and run the executable found here, or download the executable and dll file only from Google Drive.

##Configuration You can configure what type of background position you'd like using the App.config file found here. Valid options are "Tile", "Center", "Stretch", "Fit", and "Fill". The default is "Fill".

##Future Features:

  • Add custom resolution configuration
  • Add more robust try/catch error handling
  • Add offline check to avoid unnecessary attempts/crashes
  • Add UI for config edits
  • Automatically launch at configured frequency/time
  • Clean up unnecessary files in the repo
  • Include installer/uninstaller
  • Multiple monitor support (customize same background, or different days on different monitors)

Source

The source code currently consists of one .cs file located here. Contributions are always welcome!

Author

Josue Espinosa, josue.espinosa.live@gmail.com

License

MIT

About

Small command-line program to set the Bing Image of the Day as your background

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 81.6%
  • PowerShell 18.4%