diff --git a/shell/gnome_background.sh b/shell/gnome_background.sh new file mode 100644 index 0000000..9a1e6c9 --- /dev/null +++ b/shell/gnome_background.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +while [ 1 ]; +do + sleep 600 + /usr/bin/gsettings set org.gnome.desktop.background picture-uri file:///usr/local/share/background/ +done