Set random wallpapers according to sky color.
Inspired by sky-color-clock.el
.
sky-color-wallpaper
is not yet uploaded to crates.io.
$ cargo install --git https://github.com/qryxip/sky-color-wallpaper
First, put a sky_color_wallpaper.yml
in the config directory.
longitude: 135.0 latitude: 35.0
midnight: - ~/Pictures/wallpapers/skycolorwallpaper/midnight/* morning: - ~/Pictures/wallpapers/skycolorwallpaper/morning/* earlyafternoon: - ~/Pictures/wallpapers/skycolorwallpaper/earlyafternoon/* lateafternoon: # [sunset - 90min, sunset) - ~/Pictures/wallpapers/skycolorwallpaper/lateafternoon/* evening: - ~/Pictures/wallpapers/skycolorwallpaper/evening/* ```
And run sky-color-wallpaper
(.exe
) at the startup.
On Windows, put the exe
in %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
.
Licensed under MIT OR Apache-2.0
.