[Launcher] Add README

pull/1724/head
Alessandro Cocco 2022-04-21 09:56:52 +02:00
parent 7f657a31d0
commit 109ef4f417
2 changed files with 15 additions and 0 deletions

14
apps/launch/README.md Normal file
View File

@ -0,0 +1,14 @@
Launcher
========
This is the default launcher but you can replace it with a customised launcher.
The app is needed to display a menu with all the apps installed on your Bangle. You can launch an app by touching its name/icon.
Settings
--------
- `Font` - The font used (`4x6`, `6x8`, `12x20`, `6x15` or `Vector`). Default `12x20`.
- `Vector Font Size` - The size of the font if `Font` is set to `Vector`. Default `10`.
- `Show Clocks` - If set to `No` then clocks won't appear in the app list. Default `Yes`.
- `Fullscreen` - If set to `Yes` then widgets won't be loaded. Default `No`.

View File

@ -4,6 +4,7 @@
"shortName": "Launcher",
"version": "0.13",
"description": "This is needed to display a menu allowing you to choose your own applications. You can replace this with a customised launcher.",
"readme": "README.md",
"icon": "app.png",
"type": "launch",
"tags": "tool,system,launcher",