This small script creates a Julia fractal image combination and uses feh
to
use the image as background.
This code uses the Julia language, so the Julia fractal is fitting.
julia> Pkg.add("Images")
and install feh
.
julia juliabg.jl
chmod a+x juliabg.jl
sudo cp juliabg.jl /usr/local/bin/juliabg
Install and start cron (search your distribution).
crontab -e
*/15 * * * * /usr/local/bin/juliabg
*/15
will update the background every 15 minutes.
Copyright © 2017 Abel Soares Siqueira
The code is licensed under the GNU GPL v3. The images are released under the Creative Commons CC-BY-SA.