Oops, some previously added files not added to svn (I hate it when that
[rox-lithium.git] / Options.xml
blobea3cae5dbabab6e87893ab9be6131ad2b093a309
1 <?xml version='1.0'?>
2 <options>
3         <section title='First section'>
4                 <frame label='Lithium Options'>
5     
6                         <toggle name='warn' label='Display a warning when Battery is low?'>
7                               When you want to have the applet display a box when the battery has reached a certain percentage, select this.
8                         </toggle>
9     
10                         <numentry name='warn_level' label='Percentage to warn at:' min='0' max='100' step='1'>
11                                 Set the percentage at which a warning will be displayed, if desired. At around 10%, your battery will be reaching it's last legs, and at 5% it's officially time to find a wall-outlet.
12                         </numentry>
13                         <hbox>
14                                 <numentry name='timeout' label='Tenths of a second to wait between updates:' min='0' max='100' step='10'>
15                                 This determines, in tenths of a second, how long to wait between updates.
16                                 </numentry>
17                                 <label>milliseconds</label>
18                         </hbox>
19                 </frame>
20         </section>
21 </options>