
mysfondo
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
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'.
warrob
12 years ago
-font AvantGarde-Demi -pointsize 18 -gravity southeast \
-fill black -annotate +26+36 "$NOME" \
-fill white -annotate +28+38 "$NOME" \
Report