Metadata-Version: 1.1
Name: gnome-background-generator
Version: 1.0.1
Summary: A simple utility command line to generate a XML file for
                  dynamic gnome wallpapers
Home-page: http://github.com/ametaireau/gnome-background-generator/
Author: Alexis Metaireau
Author-email: alexis@notmyidea.org
License: UNKNOWN
Description: Gnome animated background generator
        ###################################
        
        Gnome background can use XML files to make an animated background. 
        This little script allows you to generate automaticaly your own XML background
        changer file, easily, using the command line.
        
        To generate the XML file, use `gnome-background-generator`::
        
            usage: gnome-background-generator [-h] [-p PATH] [-o OUTPUT]
                                          [-t TRANSITION_TIME] [-d DISPLAY_TIME] [-s]
                                          [-b]
        
            A simple command line tool to generate an XML file to use for gnome
            wallpapers, to have dynamic walls
        
            optional arguments:
              -h, --help            show this help message and exit
              -p PATH, --path PATH  Path to look for the pictures. If no output is
                                    specified, will be used too for outputing the dynamic-
                                    wallpaper.xml file. Default value is the current
                                    directory (.)
              -o OUTPUT, --output OUTPUT
                                    Output filename. If no filename is specified, a
                                    dynamic-wallpaper.xml file will be generated in the
                                    path containing the pictures. You can also use "-" to
                                    display the xml in the stdout.
              -t TRANSITION_TIME, --transition-time TRANSITION_TIME
                                    Time (in seconds) transitions must last (default value
                                    is 2 seconds)
              -d DISPLAY_TIME, --display-time DISPLAY_TIME
                                    Time (in seconds) a picture must be displayed. Default
                                    value is 900 (15mn)
              -s, --set-background  '''try to set the background using gnome-appearance-
                                    properties
              -b, --debug
        
        And that's it !
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Environment :: X11 Applications :: Gnome
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Requires: argparse
