blob: 833cf862aeaa78b1ae4e13238ea898d73b9e66e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" id="mixer" version="0.1">
<name>Mixer</name>
<icon src="icon.svg"/>
<content src="bin/mixer" type="application/x-executable"/>
<description>Simple PulseAudio mixer app</description>
<author>Matt Porter <mporter@konsulko.com></author>
<license>APL 2.0</license>
</widget>
|