Created
          March 23, 2014 18:48 
        
      - 
      
- 
        Save stonelasley/9727688 to your computer and use it in GitHub Desktop. 
    ldxe change wallapaper
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/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