htg-public/shell/gnome_background.sh

8 lines
178 B
Bash
Raw Permalink Normal View History

2016-10-21 00:15:06 +02:00
#!/bin/bash
while [ 1 ];
do
sleep 600
/usr/bin/gsettings set org.gnome.desktop.background picture-uri file:///usr/local/share/background/<monImage.[png|tiff|jpg]>
done