mirror of https://github.com/espruino/BangleApps
anotherconf: becomes "confthyttan" + some suggested changes
parent
991492c047
commit
4154e24bb3
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
require("Storage").erase("anotherconf.info");
|
|
||||||
require("Storage").erase("anotherconf.boot.js");
|
|
||||||
load();
|
|
||||||
}
|
|
|
@ -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"
|
|
@ -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
|
||||||
|
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
@ -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"}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue