Skip to content

Automatically download the most beautiful images from Reddit and sets them as your wallpaper

License

Notifications You must be signed in to change notification settings

NyxCode/heaven-on-earth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heaven-on-earth

Build Status

heaven-on-earth is a small command-line utility for querying images from /r/EarthPorn (and other subreddits) and setting them as a wallpaper.

Installation

git clone https://github.com/NyxCode/heaven-on-earth
cargo install --path heaven-on-earth --force

Example Usage

heaven-on-earth run --mode=top --span=day
=> downloads and sets the top post of the last 24 hours as your background

heaven-on-earth run --mode=new --min-ratio="12/9" --max-ratio="20/9"
=> gets the newest image with a ratio between 12/9 and 20/9

heaven-on-earth run --mode=top --span=day --query-size=50 --random
=> gets one of the 50 top images of the day

heaven-on-earth run --mode=controversial --span=hour --run-every="0 * * * *"
=> gets the most controversial image of the past hour, every hour

heaven-on-earth install --mode=top --span=day
=> runs heaven-on-earth run --mode=top --span=day every time you log in (log out/in required, Windows only)

Additional info

See this for --run-every syntax
My setup: heaven-on-earth install --mode=top --span=hour --run-every"0 * * * *" --query-size=50 ----min-ratio="12/9" --max-ratio="20/9" --random

About

Automatically download the most beautiful images from Reddit and sets them as your wallpaper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages