ajout commande pour changer background

This commit is contained in:
random-toto@localhost 2016-10-21 00:15:06 +02:00
parent d2bdf74ff8
commit 3fc166bfa0
1 changed files with 7 additions and 0 deletions

View File

@ -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/<monImage.[png|tiff|jpg]>
done