Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

Get and use the wallpaper of the day from Bing

Notifications You must be signed in to change notification settings

thibaultmeyer/java-daily-bing-wallpaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bing Wallpaper

! This project is no longer being maintained.
! A new project developed in Rust has been created to replace Java
! in order to have a better memory fingerprint and performance.

+-> https://github.com/thibaultmeyer/bingwallpaper <-+

Get and use the wallpaper of the day from Bing.


Build & install from sources

To compile and install this project, you must ensure that Java 9 and Maven 3 are being correctly installed.

#> mvn package

Configuration

If needed, you use a custom configuration

~/.bingwallpaper/settings.properties

# Proxy (DIRECT, HTTP, SOCKS)
proxyType=none
proxyHost=none
proxyPort=none
# Wallpaper dimension (ie: 1920 x 1080)
dimensionWidth=auto
dimensionHeight=auto
# Where temporary file will be stored
targetFileName=auto

Run

#> java -jar bing-wallpaper-<version>-jar-with-dependencies.jar [--single]]

If the flag --single is used, application will automatically exit after changing the wallpaper.

About

Get and use the wallpaper of the day from Bing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages