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

https://github.com/maxmx03/gnome-changewallpaper


https://github.com/maxmx03/gnome-changewallpaper

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Gnome Change Wallpaper Script

## How to use

create wallpapers folder and place your wallpapers inside that folder.

```bash
mkdir Wallpapers
```

```bash
crontab -e
```

wallpaper.sh will run every 30 minutes

```txt
*/30 * * * * /path/to/wallpaper.sh >> /path/to/log 2>&1
```

see if is everything ok

```bash
crontab -l
```