home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Enlightenment / afterstep_theme.tar.gz / afterstep_theme.tar / afterstep / MAIN < prev    next >
Text File  |  1997-05-26  |  2KB  |  46 lines

  1. #__________________________ENLIGHTENMENT_CONFIG_FILE___________________________
  2.  
  3. # This is the MASTER config file looked for by enlightenment.. this will then
  4. # define what other files are to be used... 
  5.  
  6. # This file must ALWAYS exist.. thsi si the only file enlightenment goes
  7. # looking for by default. All other files are optional and can / are included
  8. # by the % include operator below.
  9. # ANY config file may include this operator. The effect of having the include
  10. # operator is to instruct enlightenment to now load and parse that particular
  11. # config file. First enlightenment looks for that config file in
  12. # ./.enlightenment/ , then it ~/.enlightenment/ and finally in the system
  13. # config directory (/usr/local/enlightenment/system_config/)
  14. #
  15. # The result of having such a system is a user may wish to keep the system
  16. # defaults for everything excet let say the root background and the buttons,
  17. # so ALL he/she does is read the MAIN system config file, discover that the
  18. # definitions for buttons and the root window are in the buttons and root
  19. # config files respectively, then copy these files over to their own 
  20. # .enlightenment directory, and edit them appropriately.
  21. #
  22. # NOTE.. there is a difference with lines beginning with %. these lines are
  23. # guaranteed to be parsed and acted apon immediately, before enlightenment
  24. # skips to parsing the next line, so many % operators are in effect a way of
  25. # keeping tab of how far Enlightenment has gotten through the config file.
  26.  
  27. # black out the root window in black.....
  28. % black
  29.  
  30. # include the other separate config files and parse them all....
  31. # NB: text must be first... followed by status.... they must be exactly in
  32. # that order wihtout anything inbetween them. After that it doesnt matter in 
  33. # what order you include the config files.
  34. % include themes/afterstep/text
  35. % include status
  36. % include themes/afterstep/root
  37. % include themes/afterstep/windowstyles
  38. % include themes/afterstep/buttons
  39. % include themes/afterstep/icons
  40. % include exec
  41.  
  42. # display status that we've finished.....
  43. % status /usr/local/enlightenment/images/default/stat_1.ppm shapemode on 255 0 255 Finished.
  44. # done.. time to start managing windows...
  45.  
  46.