Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 334 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 334 Bytes

Shell Scripts

Collection of random shell scripts.

wallpaper-rotate.zsh

Sets your Gnome wallpaper to a randomly chosen jpg file from the supplied directory.

Add a crontab entry to rotate every 10 mins:

*/10 * * * * $HOME/bin/wallpaper-rotate.zsh $HOME/Pictures/wallpaper/rotation &>>/tmp/wallpaper-rotate.log