Update some text and icons

pull/1450/head
Bundyo 2022-02-14 12:41:25 +02:00
parent 9910fdcf85
commit ebc60b1e2d
3 changed files with 9 additions and 4 deletions

View File

@ -1,10 +1,14 @@
# Neon X and IO X Clock
| ![Neon X](neonx-screenshot.png) | ![Neon IO X](neoniox-screenshot.png) |
|---------------------------------|--------------------------------------|
| <center>Neon X</center> | <center>Neon IO X</center> |
This is a clock based on Pebble's Neon X and Neon IO X watchfaces.
Can be switched between in Settings menu.
It can be accessed through the app/widget settings menu of the Bangle.js
## Settings available
## Settings
### Neon IO X:
Activate the Neon IO X clock look, a bit hard to read until one gets used to it.

View File

@ -1,15 +1,16 @@
{
"id": "neonx",
"name": "Neon X & IO Clock",
"name": "Neon X & IO X Clock",
"shortName": "Neon X Clock",
"version": "0.01",
"description": "Pebble Neon X & Neon IO X for Bangle.js",
"icon": "neonx.png",
"type": "clock",
"readme": "README.md",
"tags": "neonx,neonio,neoniox,clock",
"supports": ["BANGLEJS", "BANGLEJS2"],
"allow_emulator": true,
"screenshots": [{"url": "neonx-screenshot.png"}],
"screenshots": [{"url": "neonx-screenshot.png"}, {"url": "neoniox-screenshot.png"}],
"storage": [
{"name": "neonx.app.js", "url": "neonx.app.js"},
{"name": "neonx.img", "url": "neonx-icon.js", "evaluate": true},

File diff suppressed because one or more lines are too long