https://github.com/vovanr/v-xfce-random-wallpaper
Sets the random wallpaper from a folder
https://github.com/vovanr/v-xfce-random-wallpaper
Last synced: 10 months ago
JSON representation
Sets the random wallpaper from a folder
- Host: GitHub
- URL: https://github.com/vovanr/v-xfce-random-wallpaper
- Owner: VovanR
- Created: 2013-09-23T20:43:50.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T08:52:03.000Z (over 8 years ago)
- Last Synced: 2025-01-26T19:32:09.700Z (over 1 year ago)
- Language: Shell
- Size: 711 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# v-xfce-random-wallpaper
> Sets the random wallpaper from a folder

## Setup
Change "dir" variable to your wallpapers directory
## Cron
Read [CronHowto](https://help.ubuntu.com/community/CronHowto)
```sh
crontab -e
```
For changing wallpaper every day at 13 o'clock:
```
0 13 * * * DISPLAY=:0.0 ${HOME}/.local/bin/v-xfce-random-wallpaper.sh
```
## License
MIT © [Vladimir Rodkin](https://github.com/VovanR)