A simple application for generating windows wallpapers, with the following features
- 🌄 Downloads beautiful high resolution images from Unsplash.com
- ⏬ Images are downloaded based off customizable search terms
- ✅ Search terms can be disabled and grouped for maximum flexibility
- 💨 Windows system tray integration to quickly change the wallpaper and open the settings
- 📅 Windows autostart support to change your wallpaper daily
To install your own version of Wonderwall follow these steps:
- Download the newst version from Releases
- Head to Unsplash and create your own Unsplash-App. Then copy your client id
- Open the file
wonderwall/data/flutter_assets/assets/secrets.json
and replace[your unplash client id]
with your Unsplash client id - Head to Firebase and create a new project with
Authentication
andFirestore Database
enabled - Under
Authentication >> Sign-in method
enable Google as provider and locate the Web client ID and the Web client secret - Again open
wonderwall/data/flutter_assets/assets/secrets.json
and replace[your google client id]
with the Web client ID and replace[your google client secret]
with the Web client secret - Run
wonderwall.exe