> - *info item to show current processor frequency. Reason? My > notebook is normally set to adaptive processor speed.
I don't think this is easy to do, but perhaps the person that wrote the getsystemperformancedata plugin would help. > features: > - *info item disk to show free space in Gigabytes (ideally, > selectable from 1024 base and plain 10 base - computer Gbytes and You can so this and all the other format changes yourself by using *info expr(...) and replacing ... by an expression to compute and format what you want. Some combination of one or more of the diskfree function, integer arithmetic, the float plugin services, the select function, and the fill function should be all that you need. Note that *info will evaluate the expression once per second. If this is too often for some reason, another approach would be to use cl.settext(xxx) run from a script on a timer or event at a given (presumably less often) interval, and compute xxx using the same expression. > This may actually be a bug: > - icons are too close to the right edge of the buttons in my bar, > they are truncated at the left edge for a pixel or two (the first > one or two columns seem to be missing, vertically cut off from the > display) I cannot explain this and have not seen it in my tests. What is the button width. What are settings for bar properties for icon size, and checkboxes same width , flat, border? ------------------------ Yahoo! Groups Sponsor --------------------~--> $4.98 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/JV_rlB/TM --------------------------------------------------------------------~-> Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
