summaryrefslogtreecommitdiffstats
path: root/wayland/democompositor/resources/apps
diff options
context:
space:
mode:
Diffstat (limited to 'wayland/democompositor/resources/apps')
-rw-r--r--wayland/democompositor/resources/apps/clock.app8
-rw-r--r--wayland/democompositor/resources/apps/maps.app8
-rw-r--r--wayland/democompositor/resources/apps/rss.app8
-rw-r--r--wayland/democompositor/resources/apps/stocqt.app8
4 files changed, 32 insertions, 0 deletions
diff --git a/wayland/democompositor/resources/apps/clock.app b/wayland/democompositor/resources/apps/clock.app
new file mode 100644
index 0000000..d6f5f56
--- /dev/null
+++ b/wayland/democompositor/resources/apps/clock.app
@@ -0,0 +1,8 @@
+{
+ "Type": "Application",
+ "Version": 1,
+ "Icon": "qrc:/images/Icon_Clocks.png",
+ "Name": "Clocks",
+ "Exec": "clocks",
+ "Path": "./"
+}
diff --git a/wayland/democompositor/resources/apps/maps.app b/wayland/democompositor/resources/apps/maps.app
new file mode 100644
index 0000000..e88899a
--- /dev/null
+++ b/wayland/democompositor/resources/apps/maps.app
@@ -0,0 +1,8 @@
+{
+ "Type": "Application",
+ "Version": 1,
+ "Icon": "qrc:/images/Icon_Maps.png",
+ "Name": "Maps",
+ "Exec": "qml_location_mapviewer",
+ "Path": "./"
+}
diff --git a/wayland/democompositor/resources/apps/rss.app b/wayland/democompositor/resources/apps/rss.app
new file mode 100644
index 0000000..13ffbca
--- /dev/null
+++ b/wayland/democompositor/resources/apps/rss.app
@@ -0,0 +1,8 @@
+{
+ "Type": "Application",
+ "Version": 1,
+ "Icon": "qrc:/images/Icon_RSS.png",
+ "Name": "RSS News",
+ "Exec": "rssnews",
+ "Path": "./"
+}
diff --git a/wayland/democompositor/resources/apps/stocqt.app b/wayland/democompositor/resources/apps/stocqt.app
new file mode 100644
index 0000000..9317359
--- /dev/null
+++ b/wayland/democompositor/resources/apps/stocqt.app
@@ -0,0 +1,8 @@
+{
+ "Type": "Application",
+ "Version": 1,
+ "Icon": "qrc:/images/Icon_StocQt.png",
+ "Name": "StoQt",
+ "Exec": "stocqt",
+ "Path": "./"
+}