https://github.com/maxmx03/gnome-changewallpaper
https://github.com/maxmx03/gnome-changewallpaper
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxmx03/gnome-changewallpaper
- Owner: maxmx03
- Created: 2024-08-15T12:56:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T23:07:37.000Z (almost 2 years ago)
- Last Synced: 2025-02-23T01:59:41.386Z (over 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```