Skip to content

Instantly share code, notes, and snippets.

@stonelasley
Created March 23, 2014 18:48
Show Gist options
  • Save stonelasley/9727688 to your computer and use it in GitHub Desktop.
Save stonelasley/9727688 to your computer and use it in GitHub Desktop.
ldxe change wallapaper
#!/bin/sh
#very simple wallpaper changer for lxde
#
#cron settings * * * * * DISPLAY=:0 /home/stone/Pictures/wallchange.sh
#
#
pcmanfm --set-wallpaper="$(find ~/Pictures/Wallpapers -type f | shuf -n1)" --wallpaper-mode=stretch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment