From 3fc166bfa0252b35b09f59f7c7e6dc7f2ccde819 Mon Sep 17 00:00:00 2001 From: "random-toto@localhost" Date: Fri, 21 Oct 2016 00:15:06 +0200 Subject: [PATCH] ajout commande pour changer background --- shell/gnome_background.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 shell/gnome_background.sh 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