Hi all. This is my first post here. I want to tell you about the eplus hack i made to make an eplus for the Default theme with Rasters' Wayve graphics (sorry Ras) I modified the eplus interrupt monitor to allow for a separate graphic for each interrupt number and for a unique location for each interrupt led. The hack is a bit too big to fit in here (the diff is 9000Kb, sorry) so i just mail an eplusrc comment file and the location where to download the drop-in eim.c for eplus DR10 (should work with DR9 fine also). # This is eim. It (probably) stands for E interrupt monitor. # It displays a grid of leds, representing the interrupts (irq's) of the PC. # Each time an irq is used, a led will blink # # Here's an explanation of all the keywords in the eim module # # BEGIN Initiates the eim module definition # # LOCATION x y The location for the background pic # # BACKGROUND <pic> The background pic itself # # NAPTIME time_10ms Tell eim how many 10ms are there inbetween an update # # EXEC <commando> When clicking upon the eim, it will run <commando> # # METER_ON <pic> The pic when the irq is on. This can now also be a # multipart pic! see USEMULTI how to use it # METER_OFF <pic> The pic when the irq is off. Can also be a multipart pic # METER_ZERO <pic> The pic when the irq is not operational # Can also be a multipart pic # # USEMULTI <boolean> This is a switch to tell eim to use the meter_* pics # as a multipart picture consisting of 16 subparts. # Be sure to make a pic that is a multiple of 16! # Say Y, y, T or t to switch this on # # GRIDMODE x y Grid definition: e.g. 2 8 is a square of 8 rows and # 2 colums. Default is 4 4. # if x y = 0 0 then the freeformat mode is switched on. # Each irq can have its own location as specified by # FREELOC. See line below # # FREELOC_## x y The individual position of each interrupt ##. E.g. # freeloc_03 10 10 puts a pixmap for irq 3 10 pixels # to the right and 10 pixels under the top left corner # of the background image. This feature was added # solely to support the 'old' wayve graphics and # functionality (hope Raster won't mind). # And hey, it's E! Put them where you want to! # # END Closes the eim module definition I will try and put this on http://rugmd0.chem.rug.nl/~everdij/eim.c Also an eplusfile with eplusrc and pix (to be put in /usr/local/enlightenment/lib/eplus ) called eplusdr10_default.tgz will be put on: http://rugmd0.chem.rug.nl/~everdij/eplusdr10_default.tgz Currently the interrupt monitor, the load meter the memory and filesystems meter and a biff have the Default looks. Just wait for tomorrow and i'll have the stuff ready for you guys (girls?) to try. Cheers, Frank ______________________________________________________________________________ Frank Everdij Wash, Wash, Wash, ..., Tubby, Tubby, Email:[EMAIL PROTECTED] Tubby, Tubby, ..., Wash, Wash, Wash http://rugmd0.chem.rug.nl/~everdij/ (Teletubbies, BBC) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - To unsubscribe from this list send mail to: [EMAIL PROTECTED] with the message contents: unsubscribe e-develop
