Skip to content

This app written via Rust that fetch a random image from Unsplash API and apply it as wallpaper on Windows.

Notifications You must be signed in to change notification settings

mumudevx/random-wallpaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

random-wallpaper

This app written via Rust that fetch a random image from Unsplash API and apply it as wallpaper on Windows.

Requirements

  • Create .env file at the root of project with your Unsplash API Access Key:
    • UNSPLASH_ACCESS_KEY=your_access_key

How To Build/Run

Run one of following commands on your terminal for build or run the source.

  • cargo build -> Build debug mode.
  • cargo build --release -> Build optimized release mode.
  • cargo run or cargo run --release for build & run.

About

This app written via Rust that fetch a random image from Unsplash API and apply it as wallpaper on Windows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages