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.

Amarok plugin

Amarok

Displays information about the track that Amarok is currently playing.

SMP Plugin

SMP Load

Displays the current load of each processor or core in an SMP system.

Load history plugin

Load History

Shows a graph of the recent system load average.


<!-- 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 plugin 1

GMail checker

Displays unread mail from your GMail inbox

GMail plugin 2

<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>