Skip to content

matthinc/WallpaperGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WallpaperGenerator

A lightweight CLI tool to generate wallpapers in a scriptable way.

Build Status GitHub issues

Arguments

-t, --type          Wallpaper background type
-o, --out           Output filename

-w, --width
-h, --height        Size (Default 1920x1080)

-c, --bgcolor       List of colors
                    Format "#000000;#FF00FF;..."
                    Default "#000000"

-l, --logo          Logo path
-s, --logo_scale    Logo scaling in % (0-100, default 100)
-p, --logo_position Logo Position
                    (center, bottom_right, bottom_left,
                    top_right, top_left)
                    Default: center

Types

Solid

wallpaper -t solid -c "#bfd3f2" -l arch.png

...

Linear Gradient

wallpaper -t linear_gradient -c "#bfd3f2;#8dabd9" -l arch.png

...

Radial Gradient

wallpaper -t radial_gradient -c "#bfd3f2;#8dabd9" -l arch.png

...

Horizontal Split

wallpaper -t horizontal_split -c "#bfd3f2;#8dabd9;#5c83bf;#4772b3" -l arch.png

...

Vertical Split

wallpaper -t vertical_split -c "#bfd3f2;#8dabd9;#5c83bf;#4772b3" -l arch.png

...

Diagonal Split

wallpaper -t diagonal_split -c "#bfd3f2;#8dabd9" -l arch.png

...

Triangle

wallpaper -t triangle -c "#bfd3f2;#8dabd9" -l arch.png

...

Diamonds

wallpaper -t diamonds -c "#bfd3f2;#8dabd9" -l arch.png

...

Stripes

wallpaper -t stripes -c "#bfd3f2;#8bb5f7;#71a4f5;#5796fa;#428afc" -l arch.png -p bottom_right

...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published