anotherconf: becomes "confthyttan" + some suggested changes

pull/3723/head
thyttan 2025-02-03 09:59:02 +01:00
parent 991492c047
commit 4154e24bb3
16 changed files with 11 additions and 18 deletions

View File

@ -1,5 +0,0 @@
{
require("Storage").erase("anotherconf.info");
require("Storage").erase("anotherconf.boot.js");
load();
}

View File

@ -3,3 +3,4 @@
0.03: update app list 0.03: update app list
0.04: change app name "mysetup" -> "anotherconf" 0.04: change app name "mysetup" -> "anotherconf"
0.05: remove apps that are not "core" to the experience. 0.05: remove apps that are not "core" to the experience.
0.06: change name "anotherconf" -> "confthyttan"

View File

@ -1,4 +1,4 @@
# Another Default Config # Thyttan's Default Config
A different default set of apps and configurations. Brings many quality of life improvements. Opinionated based on the creators taste. Read more below before installing. A different default set of apps and configurations. Brings many quality of life improvements. Opinionated based on the creators taste. Read more below before installing.
@ -15,7 +15,7 @@ Before installing do this:
## Features ## Features
There will not be a trace of a "Another Default Config" app on your watch after installation. Only the apps it installed and the configurations. There will not be a trace of a "Thyttan's Default Config" app on your watch after installation. Only the apps it installed and the configurations.
On the clock face: On the clock face:
- Swipe right on the screen to open the launcher (Desktop Launcher) - or press the hardware button. - Swipe right on the screen to open the launcher (Desktop Launcher) - or press the hardware button.
@ -27,7 +27,7 @@ On the clock face:
## Requests ## Requests
Add to the espruino/BangleApps issue tracker and mention @thyttan for bug reports and suggestions. Or do a pull request! Add to the espruino/BangleApps issue tracker and mention @thyttan for bug reports and suggestions.
## Creator ## Creator

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -1,10 +1,10 @@
{ "id": "anotherconf", { "id": "confthyttan",
"name": "Another Default Config", "name": "Thyttan's Default Config",
"version":"0.05", "version":"0.06",
"description": "A different default loadout of apps and configurations. Brings many quality of life improvements. Opinionated based on the creators taste. Read more below before installing.", "description": "A different default set of apps and configurations. Brings many quality of life improvements. Opinionated based on the creators taste. Read more below before installing.",
"icon": "app.png", "icon": "app.png",
"type": "settings", "type": "RAM",
"tags": "system, configuration, config", "tags": "system, configuration, config, anotherconfig, thyttan",
"supports" : ["BANGLEJS2"], "supports" : ["BANGLEJS2"],
"readme": "README.md", "readme": "README.md",
"dependencies" : { "dependencies" : {
@ -26,7 +26,6 @@
"torch":"app", "torch":"app",
"calculator":"app", "calculator":"app",
"widbt_notify":"app", "widbt_notify":"app",
"clock_info":"app",
"smpltmr":"app", "smpltmr":"app",
"clkinfostopw":"app", "clkinfostopw":"app",
"runplus":"app", "runplus":"app",
@ -65,8 +64,6 @@
{"name":"edgeclk.settings.json", {"name":"edgeclk.settings.json",
"url":"edgeclk.settings.json"}, "url":"edgeclk.settings.json"},
{"name":"setting.json", {"name":"setting.json",
"url":"setting.json"}, "url":"setting.json"}
{"name":"anotherconf.boot.js",
"url":"boot.js"}
] ]
} }