3.1  <meta>

The meta tag contains information about your desklet shown in the shell.

3.1.1  Attributes

Name Description
author The name of the person(s) who wrote the desklet.
category The category in which the desklet should be.
dependency The minimum version of gDesklets on which the desklet is dependent.
description A short description of the desklet.
name The name of the desklet.
preview Path to an image representing the display. This could be an icon or an actual screenshot, for example.
<display>

  <meta author="George D. Esklet"
        version="0.1"
        name="MyFirstDesklet"
        category="misc/utilities"
        description="A display to show off my Python-writing skills."
        dependency="0.33.1"
        preview="gfx/icon.png"/>

</display>