Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiran94/desktopchanger
Automated wallpaper changer
https://github.com/kiran94/desktopchanger
cron python reddit wallpaper wallpaper-changer
Last synced: about 1 month ago
JSON representation
Automated wallpaper changer
- Host: GitHub
- URL: https://github.com/kiran94/desktopchanger
- Owner: kiran94
- License: mit
- Created: 2017-04-10T19:46:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-11T07:29:25.000Z (almost 8 years ago)
- Last Synced: 2024-12-06T21:27:36.210Z (about 1 month ago)
- Topics: cron, python, reddit, wallpaper, wallpaper-changer
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DesktopChanger
Python application that gets a random wallpaper from https://www.reddit.com/r/EarthPorn/ and sets it to your desktop. Currently only working on MacOS.
To set this up you can add the following line to your `.bash_profile` file to run it anytime.
`alias wallpaper="python `
Alternatively you can add this application as a cron job with the following steps:
1. `env EDITOR=nano crontab -e`
2. Add your cron job with a path to where the application is
3. Verify with `crontab -l`