Skip to content

Commit 2f868f0

Browse files
committed
schedclock: shorten short name; rename screenshots; remove widgets from screenshots
1 parent 092dd0c commit 2f868f0

File tree

6 files changed

+7
-9
lines changed

6 files changed

+7
-9
lines changed

apps/schedclock/README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Change clock faces on a schedule.
44

55
For example: a fun clock face for weekends and after work; a detailed clock face for work days.
66

7-
![Screenshot](screenshot-1.png)
7+
![Screenshot](screenshot1.png)
88

99
## Usage
1010

@@ -14,7 +14,7 @@ For example: a fun clock face for weekends and after work; a detailed clock face
1414
* Select the `Day`, `Hour`, `Minute`, and what `Clock` to change to
1515
* Select `Save` to save the new (or changed) schedule
1616

17-
![SaveButton](screenshot-2.png)
17+
![SaveButton](screenshot2.png)
1818

1919
An entry in `Scheduler` will be created for each scheduled clock change.
2020

@@ -27,12 +27,6 @@ If you skip this step, orphaned alarms may cause error logs but won't affect fun
2727

2828
You can also remove the extra `schedclock` alarms manually with the [Scheduler](/?id=sched) app.
2929

30-
## Requests
31-
32-
Send requests to [kidneyhex](https://github.com/kidneyhex) on GitHub.
33-
34-
Make whatever changes you'd like.
35-
3630
## Creator
3731

3832
[kidneyhex](https://github.com/kidneyhex)

apps/schedclock/metadata.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{ "id": "schedclock",
22
"name": "Schedule Clock Faces",
3-
"shortName":"Schedule Clock",
3+
"shortName":"Sched Clock",
44
"version":"0.01",
55
"author": "kidneyhex",
66
"description": "Change clock faces on a schedule.",
77
"icon": "app.png",
8+
"screenshots": [
9+
{"url":"screenshot1.png"},
10+
{"url":"screenshot2.png"}
11+
],
812
"tags": "tool",
913
"supports" : ["BANGLEJS2"],
1014
"readme": "README.md",

apps/schedclock/screenshot-1.png

-7.67 KB
Binary file not shown.

apps/schedclock/screenshot-2.png

-6.73 KB
Binary file not shown.

apps/schedclock/screenshot1.png

1.74 KB
Loading

apps/schedclock/screenshot2.png

1.44 KB
Loading

0 commit comments

Comments
 (0)