From e9f1cee226499c3123aff9e3185b2a7d79f6a9c0 Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Sat, 9 Nov 2019 20:34:30 +0000 Subject: [PATCH] naming, sort order --- apps.json | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/apps.json b/apps.json index 2c157f56e..dca13831b 100644 --- a/apps.json +++ b/apps.json @@ -22,6 +22,20 @@ ], "sortorder" : -9 }, + { "id": "setting", + "name": "Settings", + "icon": "settings.png", + "description": "Show the current angle of the watch, so you can use it to make sure something is absolutely flat", + "tags": "tool,system", + "storage": [ + {"name":"+setting","url":"settings.json"}, + {"name":"-setting","url":"settings.js"}, + {"name":"=setting","url":"settings-init.js"}, + {"name":"@setting","url":"settings-default.json","evaluate":true}, + {"name":"*setting","url":"settings-icon.js","evaluate":true} + ], + "sortorder" : -2 + }, { "id": "wclock", "name": "Word Clock", "icon": "clock-word.png", @@ -110,19 +124,6 @@ {"name":"*slevel","url":"spiritlevel-icon.js","evaluate":true} ] }, - { "id": "setting", - "name": "Settings", - "icon": "settings.png", - "description": "Show the current angle of the watch, so you can use it to make sure something is absolutely flat", - "tags": "tool,system", - "storage": [ - {"name":"+setting","url":"settings.json"}, - {"name":"-setting","url":"settings.js"}, - {"name":"=setting","url":"settings-init.js"}, - {"name":"@setting","url":"settings-default.json","evaluate":true}, - {"name":"*setting","url":"settings-icon.js","evaluate":true} - ] - }, { "id": "files", "name": "App Manager", "icon": "files.png", @@ -275,7 +276,7 @@ "sortorder" : -1 }, { "id": "funrun5", - "name": "5K Fun Run", + "name": "NCEU 5K Fun Run", "icon": "nceu-funrun.png", "description": "Display a map of the NodeConf EU 2019 5K Fun Run route and your location on it", "tags": "health", @@ -287,7 +288,7 @@ "sortorder" : -1 }, { "id": "sbat", - "name": "Battery Level Widget", + "name": "NCEU Logo Widget", "icon": "nceu-widget.png", "description": "Show the NodeConf EU logo in the top left", "tags": "widget",