Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Plain Text by asdsadsadsad ( 13 years ago )
#!/bin/bash
while true
do
IMGDIR="/home/mateus/.compiz/xml"
DISPLAY=:0 GSETTINGS_BACKEND=dconf gsettings set org.gnome.desktop.background picture-uri "file://$(find "$IMGDIR" -type f | shuf -n1)"
sleep 600
done
Revise this Paste