Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 698 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 698 Bytes

WPGenerator

WPGenerator is a simple wallpaper generator for Arch Linux. You can use it to create differently sized wallpapers with nearly the same, sharp looking impression.

Dependencies

  • cairo
  • librsvg

Setup

git clone git://github.com/thillux/WPGenerator.git
cd WPGenerator
make

Usage

If you want to create a 1920x1200 wallpaper, type:

./WPGenerator --width 1920 --height 1200

The number of circles and waves are optional. They can be chosen explicitly:

./WPGenerator --width 1920 --height 1200 --circles 50 --waves 3

or implicitly:

./WPGenerator --width 1920 --height 1200 --random

Draw wallpaper with quads:

./WPGenerator --width 1920 --height 1200 --quads [--nologo]