https://github.com/gitii/wallpaperfetch
Sets (random) wallpapers once or regularly using a cron job
https://github.com/gitii/wallpaperfetch
Last synced: 4 months ago
JSON representation
Sets (random) wallpapers once or regularly using a cron job
- Host: GitHub
- URL: https://github.com/gitii/wallpaperfetch
- Owner: Gitii
- License: mit
- Created: 2022-09-18T16:29:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T13:46:29.000Z (about 2 years ago)
- Last Synced: 2025-03-10T23:28:52.938Z (4 months ago)
- Language: C#
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History.cs
- License: LICENSE.txt
Awesome Lists containing this project
README
# WallpaperFetch
A simple application for windows that downloads image from a remote source and set's it as filling wallpaper.
# How to install
- Download latest release from github
## If you want to change your wallpaper daily:
- On the commandline execute
`WallpaperFetch.exe cron --install`.
`WallpaperFetch` will install itself to `ApplicationData` and set up a cron job.
- Modify the `~/.wallpaper.json` file to your likeing.
By default, the awesome wallpapers from [mack](https://github.com/makccr/wallpapers) are used.## If you want to change your wallpaper only once
_not recommended, you can do that on your own using the GUI_
- On the commandline execute `WallpaperFetch.exe set`. `WallpaperFetch` will install itself to `ApplicationData` but **not** set up a cron job.
- Modify the `~/.wallpaper.json` file to your likeing.
By default, the awesome wallpapers from [mack](https://github.com/makccr/wallpapers) are used.# How to uninstall
On the commandline (cmd) execute these commands:
```
%appdata%/WallpaperFetch/WallpaperFetch.exe cron --uninstall
rmdir %appdata%/WallpaperFetch
del %userprofile%/.wallpaper.json
```# Thanks to [mack](https://github.com/makccr)
Big thank you to mack for sharing his awesome wallpapers with us! ♥️