home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume18 / bricons-1.0 / part01 / .briconsrc < prev    next >
Encoding:
Text File  |  1992-08-03  |  440 b   |  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.