home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / b / bricon20.zip / bricons / .briconsrc next >
Text File  |  1992-07-23  |  440b  |  25 lines

  1. # <-- a line starting with a '#' is a comment line
  2. #
  3.  
  4. # first line must have keyword %icon or %text
  5. # to indicate if button is an icon
  6. %icon help
  7. xterm -e vi `pwd`/bricons.txt
  8. %icon letters
  9. xterm -e mail 
  10. %icon calander
  11. cal 1992
  12. %text Sub-\nmenu
  13. %sub_menu
  14.     %text bitmap\neditor
  15.     bitmap `pwd`/bitmaps/dclock
  16.     %icon dclock
  17.     xclock
  18.     %icon load
  19.     xload
  20.     %text Shell
  21.     xterm -n Shell
  22. %end_sub_menu
  23. %icon readNews
  24. xterm -name rn -e rn -r -S1 -t -m
  25.