Code Sample |
<JWM> <Tray x="0" y="0" height="24"> <!-- Additional Pager attributes; width, height --> <Pager/> <TrayButton popup="Show Desktop" label="_">showdesktop</TrayButton> <!-- Additional TaskList attribute: maxwidth --> <TaskList/> <Dock/> <!-- Additional Swallow attribute: height --> <!-- uncomment this section for xload to appear <Swallow name="xload" width="64"> xload -nolabel -bg black -fg red -hl white </Swallow> --> <Clock>xclock</Clock> </Tray> <!-- Additional tray attributes: autohide, width, border, layer, layout --> <Tray x="0" y="-1" height="32" halign="center"> <!-- Additional TrayButton attribute: label --> <TrayButton popup="Menu Options" label="DSL">root:1</TrayButton> <TrayButton popup="Terminal" icon="aterm.xpm">exec:aterm -T "Bash" -e /bin/bash</TrayButton> <TrayButton popup="Editor" icon="edit.xpm">exec:beaver</TrayButton> <TrayButton popup="Control Panel" icon="cpanel.xpm">exec:cpanel.lua</TrayButton> <TrayButton popup="Simple Browser" icon="dillo.xpm">exec:dillo</TrayButton> <TrayButton popup="Sound Control" icon="dmix.xpm">exec:dmix</TrayButton> <TrayButton popup="File Manager" icon="filemgr.xpm">exec:emelfm</TrayButton> <TrayButton popup="Firefox" icon="firefox.xpm">exec:firefox</TrayButton> <TrayButton popup="FTP" icon="ftp.xpm">exec:axyftp</TrayButton> <TrayButton popup="Rdesktop" icon="network2.xpm">exec:rdesktop.lua</TrayButton> <TrayButton popup="Spreadsheet" icon="spreadsheet.xpm">exec:siag</TrayButton> <TrayButton popup="Email" icon="mail.xpm">exec:sylpheed</TrayButton> <TrayButton popup="Word Processor" icon="wp.xpm">exec:Ted</TrayButton> <TrayButton popup="VNCviewer"icon="vnc.xpm">exec:vncviewer</TrayButton> <TrayButton popup="Xmms Media Player" icon="xmms.xpm">exec:xmms</TrayButton> <TrayButton popup="Paint" icon="xpaint.xpm">exec:xpaint</TrayButton> <TrayButton popup="PDF viewer" icon="pdf.xpm">exec:xpdf</TrayButton> <TrayButton popup="Image Viewer" icon="picture.xpm">exec:xzgv</TrayButton> <TrayButton popup="Exit Options" icon="exit.xpm">exec:exit.lua</TrayButton> </Tray> </JWM> |