slack gksu fix
[pandora_liveinfo.git] / liveinfo.pxml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <PXML xmlns="http://openpandora.org/namespaces/PXML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PXML_schema.xsd">
3 <package id="package.liveinfo.notaz">
4   <titles>
5     <title lang="en_US">Live system info</title>
6   </titles>
7   <version major="0" minor="1" release="1" build="1" type="release"/>
8   <author name="notaz" website="http://notaz.gp2x.de/"/>
9 </package>
10 <application id="liveinfo.notaz" appdata="liveinfo">
11   <titles>
12     <title lang="en_US">Live system info</title>
13   </titles>
14   <title lang="en_US">Live system info</title>
15
16   <descriptions>
17     <description lang="en_US">Shows CPU, memory, I/O, network and battery information on an always-visible layer, updated once a second. Uses system-reserved OMAP hardware layer, so should be visible in most programs that don't use tv-out (tv-out needs that same layer to send video to TV).
18
19 When you want to exit Live info, just run this pnd again.
20
21 See documentation for information about what each number means.</description>
22   </descriptions>
23
24   <exec command="run.sh"/>
25
26   <author name="notaz" website="http://notaz.gp2x.de/"/>
27
28   <version major="0" minor="1" release="1" build="1" type="release"/>
29
30   <icon src="liveinfo.png"/>
31
32   <info name="Live info readme" type="text/plain" src="readme.txt"/>
33
34   <previewpics>
35     <pic src="preview.jpg"/>
36   </previewpics>
37
38   <licenses>
39     <license name="BSD" url="http://opensource.org/licenses/BSD-3-Clause"/>
40   </licenses>
41
42   <categories>
43     <category name="System">
44     <subcategory name="Monitor"/>
45     </category>
46   </categories>
47 </application>
48 </PXML>