s243a

.jwmrc-tray

Mar 12th, 2021
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. <JWM>
  2. <Tray autohide="false" insert="right" x="0" y="-1" border="1" height="28" >
  3.  
  4. <!-- Additional TrayButton attribute: label -->
  5. <TrayButton label="Menu" icon="mini-dog.xpm">root:3</TrayButton>
  6.  
  7. <!-- <TrayButton popup="Run commandline" icon="gexec.xpm">exec:gexec</TrayButton> -->
  8. <TrayButton popup="Show Desktop" icon="mini-desktop.xpm">showdesktop</TrayButton>
  9. <TrayButton popup="Free space in drives" icon="mini-hdisk.xpm">exec:partview</TrayButton>
  10.  
  11. <!-- Additional Pager attributes; width, height -->
  12. <Pager/>
  13.  
  14. <!-- Additional TaskList attribute: maxwidth -->
  15. <TaskList/>
  16.  
  17. <Dock/>
  18.  
  19. <!-- Additional Swallow attribute: height -->
  20.  
  21. <Swallow name="blinky">
  22. blinkydelayed -bg "#DCDAD5"
  23. </Swallow>
  24.  
  25. <Swallow name="asapm">
  26. asapmshell -u 4
  27. </Swallow>
  28.  
  29. <Swallow name="freememapplet" width="34">
  30. freememappletshell
  31. </Swallow>
  32.  
  33. <Swallow name="xload" width="32">
  34. xload -nolabel -bg "#888888" -fg red -hl white
  35. </Swallow>
  36.  
  37. <Clock>minixcal</Clock>
  38. </Tray>
  39. </JWM>
Advertisement
Add Comment
Please, Sign In to add comment