blob: ec9eb22e99484b9f5c78ad207cf056264145fb71 (
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>MediaPlayer</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>
|