ajout commande pour changer background
This commit is contained in:
parent
d2bdf74ff8
commit
3fc166bfa0
|
@ -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
|
Loading…
Reference in New Issue