#!/bin/bash while [ 1 ]; do sleep 600 /usr/bin/gsettings set org.gnome.desktop.background picture-uri file:///usr/local/share/background/ done