This is a collection of the plugins that I've written for G15Control. These plugins were primarily developed for myself, and thus implement features that I want, and omit those that I don't. If you have any feedback on these plugins, or want to request a feature, please contact me.
Load History
Shows a graph of the recent system load average.
Download version 0.1 | Show config example
<!-- All loadhistory config is optional - it will default to 160 points/2000 delay -->
<loadhistory>
<!-- Number of points to plot. A factor of 320 will work best. -->
<points>160</points>
<!-- Delay in milliseconds between each point. -->
<delay>2000</delay>
</loadhistory>
GMail checker
Displays unread mail from your GMail inbox
Download version 0.1 | Show config example
<gmail>
<!-- Number of milliseconds between updates. Optional. -->
<delay>60000</delay>
<!-- Your username (without @gmail.com). Required. -->
<username>mail_user</username>
<!-- Your password. Required. -->
<password>secret!</password>
</gmail>