From Subtle Panda, 3 Years ago, written in Plain Text.
Embed
  1. <?xml version="1.0"?>
  2. <JWM>
  3. <!-- Tray at the bottom. -->
  4.         <Tray  x="0" y="0" width="-1" height="25" autohide="off" halign="center" valign="bottom" layout="horizontal">          
  5.                 <TrayButton icon="/usr/share/icons/obarun.png" >root:2</TrayButton>
  6.                
  7.                 <Spacer width="5"/>
  8.                
  9.                 <!-- tasklist -->
  10.                 <TaskList maxwidth="0" border="false"/>
  11.                 <Spacer width="5"/>
  12.                
  13.                 <!-- launcher -->
  14.                 <TrayButton icon="midori">exec:midori</TrayButton>
  15.                 <Spacer width="2"/>
  16.                 <TrayButton icon="spacefm">root:3</TrayButton>
  17.                 <Spacer width="2"/>
  18.                 <TrayButton icon="geany">root:4</TrayButton>
  19.                 <Spacer width="2"/>
  20.                 <TrayButton icon="terminator">exec:terminator</TrayButton>
  21.                 <Spacer width="5"/>
  22.                
  23.                 <!-- pager -->
  24.                 <Pager labeled="true"/>
  25.                 <Spacer width="5"/>
  26.                 <!-- dock -->        
  27.                 <Dock/>
  28.                 <Spacer width="5"/>
  29.                
  30.                 <!-- clock -->
  31.                 <Clock format="%H : %M">exec:gsimplecal</Clock>
  32.                 <Spacer width="5"/>
  33.         </Tray>
  34. </JWM>
  35.  
captcha