An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# v-xfce-random-wallpaper

> Sets the random wallpaper from a folder

![](preview.gif)

## 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)