Description: This script generates a nice wallpaper by using a random image from a selected folder. The images are rescaled, inserted in a white frame with shadow, and with a random colored gradient that changes every time.
You need to install ImageMagick package.
Instructions: 1) replace the WALLDIR variable to point to your images dir. 2) change the timer delay (default=15 min) 3) make the script executable: chmod u+x mysfondo_gnome.sh 4) run the script
enjoy!
p.s.: 'sfondo' is the italian translation of 'background'.
Who don't like the name on the image, just remove (not comment, remove!) the following lines from the script:
-font AvantGarde-Demi -pointsize 18 -gravity southeast \
-fill black -annotate +26+36 "$NOME" \
-fill white -annotate +28+38 "$NOME" \
Ratings & Comments
1 Comment
Who don't like the name on the image, just remove (not comment, remove!) the following lines from the script: -font AvantGarde-Demi -pointsize 18 -gravity southeast \ -fill black -annotate +26+36 "$NOME" \ -fill white -annotate +28+38 "$NOME" \