-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathus.tylerc.cycles.appdata.xml
More file actions
57 lines (47 loc) · 2.18 KB
/
us.tylerc.cycles.appdata.xml
File metadata and controls
57 lines (47 loc) · 2.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>us.tylerc.cycles</id>
<name>cycles</name>
<developer_name>TylerCode</developer_name>
<summary>A simple, theme-aware, CPU information tool</summary>
<metadata_license>MIT</metadata_license>
<project_license>MIT</project_license>
<recommends>
<control>pointing</control>
<control>keyboard</control>
<control>touch</control>
</recommends>
<description>
<p>Displays all logical cores on the machine with the current clock speed and core utilization. History on the graphs go back 60 seconds and it updates every 2 seconds. The theme is controlled by the OS.</p>
</description>
<launchable type="desktop-id">us.tylerc.cycles.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/TylerCode/cycles/main/screenshots/screenshot-dark-0.3.png</image>
<caption>Screenshot Dark</caption>
</screenshot>
<screenshot type="default">
<image>https://raw.githubusercontent.com/TylerCode/cycles/main/screenshots/screenshot-light-0.3.png</image>
<caption>Screenshot Light</caption>
</screenshot>
</screenshots>
<!-- Override the kudos that aren't automatically added. See https://gitlab.gnome.org/GNOME/gnome-software/blob/main/doc/kudos.md.-->
<!-- This is not required in any way but helps software centers better understand Fyne applications. If you don't use notifications, you should remove it from the list. -->
<kudos>
<kudo>ModernToolkit</kudo>
<!-- <kudo>Notifications</kudo> -->
</kudos>
<url type="bugtracker">https://github.com/TylerCode/cycles/issues</url>
<url type="donation">https://tylerc.us</url>
<url type="homepage">https://github.com/TylerCode/cycles</url>
<!-- Generate the oars rating at: https://hughsie.github.io/oars/generate.html -->
<content_rating type="oars-1.1" />
<releases>
<release version="0.3.4" date="2024-01-06" type="stable">
<description>
<p>Initial flatpak release, enhanced graph sizing</p>
</description>
<url type="details">https://github.com/TylerCode/cycles/releases</url>
</release>
</releases>
</component>