Forgot to delete the actual pngs
[rox-volume.git] / Options.xml
blob58970967ab20b9ad272b7ae60ef523fd1ecf205a
1 <?xml version="1.0"?>
2 <options>
3         <section title="General">
4                 <frame label='Mixer Device'>
5                         <entry name='mixer_device' label='Path'>
6                         The /dev entry for your mixer.  Typically /dev/mixer.
7                         </entry>
8                 </frame>
9                 <frame label='Mixer Channel'>
10                         <radio-group name='volume_control' columns='1'>
11                                 <radio label='Volume' value='VOLUME'>The Master volume channel</radio>
12                                 <radio label='PCM' value='PCM'>The PCM channel</radio>
13                                 <radio label='Other' value='Other'>Sometimes there is an alternate PCM channel</radio>
14                         </radio-group>
15                         <label>Choose the channel to be controlled by the applet's slider.
16 The Master volume controls the output of all channels, including CD and Line in.  PCM controls playback from MP3 players, WAV files and other digital sounds.</label>
17                 </frame>
18                 <frame label='Display'>
19                         <toggle name='show_icon' label='Show Icon in Panel'/>
20                         <toggle name='show_bar' label='Show Volume level in Panel'/>
21                 </frame>
22         </section>
23 </options>