logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

xstarfish - tiled root window wallpaper generator

Author

       Mars Saxman <mars@redplanetsw.com>

                                                                                                    XSTARFISH(1)

Description

       XStarfish  generates  colourful, tiled images using random numbers fed through mathematical functions and
       draws them on the background of your desktop. It does not use source image files, so it can generate  its
       images nearly forever without running out of material.

Name

       xstarfish - tiled root window wallpaper generator

Notes

       The default size is 256x256.

Options

-h, --help, --usage
              Print the message you're reading now.

       -v, --version
              Current version of the program.

       -d, --daemonINTERVAL [UNITS]
              Fork  off  into  the background. XStarfish will generate a pattern, sleep for INTERVALUNITS, then
              repeat. Valid units are: seconds, minutes, hours, days, weeks. Seconds are the default interval.

       -p, --pidfile
              Creates a $HOME/.xstarfish* file containing the pid of the daemon if xstarfish is forking into the
              background.0

       --displayDISPLAY
              Name of the target display.

       -g, --geometryW[xH]
              Size of desired image. If you omit the height, a square pattern WxW will be generated.

       -o, --outfileFILE
              Specify an output file. If you use this option, xstarfish will write a png file instead of setting
              the X11 desktop.

       -z, --zoomX[xY]
              Zoom factor of image.  If you omit the y-scale, a uniform zoom of XxX will be applied.

       -s, --sizeSIZE
              An approximate size in English. Valid size arguments are small, medium, large, full,  and  random.
              Full  size  creates  patterns the exact size of your display's default monitor. Small, medium, and
              large are randomly sizes at appropriate fractions of the default monitor size. Random can  be  any
              size from 64x64 up to the whole monitor. Size always overrides geometry.

       -r, --randomSEED
              Seed for rand() call - for debugging purposes.

Synopsis

xstarfish [ options ]

See Also