BangleApps/apps/elapsed_t
paul-arg 4b1e4d01ce elapsed_t: remove unused function 2024-08-31 21:55:23 +02:00
..
ChangeLog elapsed_t: add setting to show seconds never/unlocked/always 2024-06-23 22:54:16 +02:00
README.md elapsed_t: update readme 2024-06-23 23:05:44 +02:00
app-icon.js initial Elapsed Time Clock commit 2024-03-23 19:22:48 +01:00
app.js elapsed_t: remove unused function 2024-08-31 21:55:23 +02:00
app.png initial Elapsed Time Clock commit 2024-03-23 19:22:48 +01:00
metadata.json elapsed_t: use the new pickers for target date and time 2024-06-19 11:28:52 +02:00
screenshot1.png initial Elapsed Time Clock commit 2024-03-23 19:22:48 +01:00
screenshot2.png Update screenshot2.png 2024-03-27 19:28:19 +01:00
screenshot3.png initial Elapsed Time Clock commit 2024-03-23 19:22:48 +01:00
screenshot4.png handle dark theme + add screenshot 2024-03-25 15:48:00 +01:00
settings.js elapsed_t: ensure retro compatibility with the previous displaySeconds setting 2024-06-23 23:03:59 +02:00

README.md

Elapsed Time Clock

A clock that calculates the time difference between now (in blue/cyan) and any given target date (in red/orange).

The results is show in years, months, days, hours, minutes, seconds. The seconds can be shown:

  • always
  • when the watch is unlocked
  • never.

The time difference is positive if the target date is in the past and negative if it is in the future.

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4

Settings

Time and date formats:

  • time can be shown in 24h or in AM/PM format
  • date can be shown in DD/MM/YYYY, MM/DD/YYYY or YYYY-MM-DD format

Display years and months

You can select if the difference is shown with years, months and days, or just days.

TODO

  • add the option to set an alarm to the target date
  • add an offset to said alarm (e.g. x hours/days... before/after)

Author

paul-arg github