1
0
Fork 0

Merge pull request #1724 from alessandrococco/patch-2

[Launcher] Add README
master
Gordon Williams 2022-04-21 10:37:49 +01:00 committed by GitHub
commit af8dc7d7ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",