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

  1. #__________________________ENLIGHTENMENT_CONFIG_FILE___________________________
  2.  
  3. % status /usr/local/enlightenment/images/default/stat_2.ppm shapemode on 255 0 255 Icons...
  4.  
  5. # This is the icons config file. This specifies how the "iconbox" works and
  6. # what it looks like.
  7.  
  8. # this starts off the icons section....
  9. begin icons
  10. # this specifies the SIZE of the iconsbox (not the arrows naround it) this must
  11. # come before you specify the location
  12.   size 480 48
  13. # this specifies the location of the iconbox.. see the buttons file for
  14. # an explanation as to the meaning of this identifier....
  15.   location topright 85 0
  16. # this defines the horizontal and vertical inset border widths respecively
  17. # in pixels... this means icons will remain wihtin this border (unless you
  18. # are scrolling)
  19.   border 4 4
  20. # this is the time in milliseconds between scrolls. the lower the number, the
  21. # faster the scrolling.
  22.   scroll_speed 5
  23. # this is the time in miliseconds that enlightenment will wait until it takes
  24. # a snapshot of the window. This si to allow the window to actually raise
  25. # itself and the client to redraw. You most probably will have to fiddle with
  26. # this value to get reliable snapshotting on your system.
  27.   snapshot_time 350
  28. # this, like the buttons defines if the iconbox is above or below client
  29. # windows.
  30.   level above
  31. # this says whether the iconbox arranges icons horizontally or vertically.
  32. # currently only horizontal is implemented.
  33.   orientation horizontal
  34. # this defines the images to be used for the iconbox....
  35. # the iconbox is a box, and so just defines an image and doesnt allow for
  36. # shaped windows... so no transparency.
  37.   image background @DIR@/themes/afterstep/images/iconbox.ppm
  38. # this is an image definition just like thos for the buttons. see the
  39. # buttons file for more details. 
  40. # this is the left (or up arrow if vertical)
  41.   image left unselected @DIR@/themes/afterstep/images/arrow_left1.ppm shapemode on 255 0 255
  42.   image left selected @DIR@/themes/afterstep/images/arrow_left1.ppm shapemode on 255 0 255
  43.   image left clicked @DIR@/themes/afterstep/images/arrow_left2.ppm shapemode on 255 0 255
  44. # this is the right (or down arrow if vertical)
  45.   image right unselected @DIR@/themes/afterstep/images/arrow_right1.ppm shapemode on 255 0 255
  46.   image right selected @DIR@/themes/afterstep/images/arrow_right1.ppm shapemode on 255 0 255
  47.   image right clicked @DIR@/themes/afterstep/images/arrow_right2.ppm shapemode on 255 0 255
  48. # more action identifiers.. hwere iconfiy actually uniconfiies an app...
  49. # you can also kill windows via their icons too.. :) this defines what hapens
  50. # when you click on a window icon.. :)
  51.   action none 1 iconify
  52.   action none 2 kill
  53.   action none 3 kill_nasty
  54.   action shift 1 none
  55.   action shift 2 none
  56.   action shift 3 none
  57.   action ctrl 1 none
  58.   action ctrl 2 none
  59.   action ctrl 3 none
  60.   action alt 1 none
  61.   action alt 2 none
  62.   action alt 3 none
  63. # ends the icons section...
  64. end
  65.