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.04: change app name "mysetup" -> "anotherconf"
|
||||
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.
|
||||
|
||||
|
@ -15,7 +15,7 @@ Before installing do this:
|
|||
|
||||
## 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:
|
||||
- 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
|
||||
|
||||
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
|
||||
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
@ -1,10 +1,10 @@
|
|||
{ "id": "anotherconf",
|
||||
"name": "Another Default Config",
|
||||
"version":"0.05",
|
||||
"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.",
|
||||
{ "id": "confthyttan",
|
||||
"name": "Thyttan's Default Config",
|
||||
"version":"0.06",
|
||||
"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",
|
||||
"type": "settings",
|
||||
"tags": "system, configuration, config",
|
||||
"type": "RAM",
|
||||
"tags": "system, configuration, config, anotherconfig, thyttan",
|
||||
"supports" : ["BANGLEJS2"],
|
||||
"readme": "README.md",
|
||||
"dependencies" : {
|
||||
|
@ -26,7 +26,6 @@
|
|||
"torch":"app",
|
||||
"calculator":"app",
|
||||
"widbt_notify":"app",
|
||||
"clock_info":"app",
|
||||
"smpltmr":"app",
|
||||
"clkinfostopw":"app",
|
||||
"runplus":"app",
|
||||
|
@ -65,8 +64,6 @@
|
|||
{"name":"edgeclk.settings.json",
|
||||
"url":"edgeclk.settings.json"},
|
||||
{"name":"setting.json",
|
||||
"url":"setting.json"},
|
||||
{"name":"anotherconf.boot.js",
|
||||
"url":"boot.js"}
|
||||
"url":"setting.json"}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue