Skip to content

Instantly share code, notes, and snippets.

@chris373
Created August 19, 2016 18:05
Show Gist options
  • Select an option

  • Save chris373/f886e150df069fc33acfd69bc4bc3ddd to your computer and use it in GitHub Desktop.

Select an option

Save chris373/f886e150df069fc33acfd69bc4bc3ddd to your computer and use it in GitHub Desktop.
while true; do
p='/home/chris/wallpapers/';
r=$(ls /home/chris/wallpapers | shuf -n 1);
gsettings set org.gnome.desktop.background picture-uri 'file://'$p$r;
sleep 30;
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment