Skip to content

abelsiqueira/juliabg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fractal background for linux using Julia

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.

Prerequisites

julia> Pkg.add("Images")

and install feh.

Run once

julia juliabg.jl

Install

chmod a+x juliabg.jl
sudo cp juliabg.jl /usr/local/bin/juliabg

Automatically change background using cron

Install and start cron (search your distribution).

crontab -e
*/15 * * * * /usr/local/bin/juliabg

*/15 will update the background every 15 minutes.

License

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.

Examples

Ex1

Ex2

Ex3

Ex4

Releases

No releases published

Packages

No packages published

Languages