| mikshaw  
 
  
 
 
 Group: Members
 Posts: 4856
 Joined: July 2004
 | 
|  | Posted: July 20 2005,16:32 |  |  Looks good to me.
 You can also add "menuCommand" lines for including right-click functions to the icon.
 For example, if you want the option for an application to open in a transparent aterm, you can add something like this:
 menuCommand1: Links(trans) : aterm -tr -shading 60 -fade 80 -bg black -fg white -g 120x32+10+10 -e links
 This way your regular application will launch on double-click, and you get a menu item when you right-click.
 
 --------------
 http://www.tldp.org/LDP/intro-linux/html/index.html
 |