Add files via upload
parent
1e91a2095e
commit
18ac62c0ed
|
|
@ -0,0 +1 @@
|
||||||
|
0.01: First release
|
||||||
|
|
@ -0,0 +1,15 @@
|
||||||
|
# Fuzzy Text Clock
|
||||||
|
|
||||||
|
An inaccurate clock for when you're not in a rush.
|
||||||
|
|
||||||
|
This clock is a remake of one of my favourite Pebble watchfaces, Fuzzy Text International. I use this watch for weekends and holidays, when 'within 5 minutes of the actual time' is close enough!
|
||||||
|
|
||||||
|
## TODO
|
||||||
|
* Other languages (currently only uk style time, could tie into the Languages app)
|
||||||
|
* Bold hour word
|
||||||
|
|
||||||
|
## References
|
||||||
|
Based on Pebble app Fuzzy Text International: https://github.com/hallettj/Fuzzy-Text-International
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 173 B |
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
|
|
@ -0,0 +1 @@
|
||||||
|
require("heatshrink").decompress(atob("AH4AthMkyVJARIR5AH4AKKw+ACPwA/AAj7jCMYA/ABT7jCMYA/AAj7jCMYA/AFI="))
|
||||||
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"id":"fuzzyw",
|
||||||
|
"name":"Fuzzy Text Clock",
|
||||||
|
"shortName": "Fuzzy Text",
|
||||||
|
"version": "0.01",
|
||||||
|
"description": "An inaccurate clock for when you're not in a rush",
|
||||||
|
"readme": "README.md",
|
||||||
|
"icon":"fuzzyw.png",
|
||||||
|
"screenshots": [{"url":"fuzzyw_light.png"},{"url":"fuzzyw_dark.png"}],
|
||||||
|
"type": "clock",
|
||||||
|
"tags": "clock",
|
||||||
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
||||||
|
"allow_emulator": true,
|
||||||
|
"storage": [
|
||||||
|
{"name":"fuzzyw.app.js","url":"fuzzyw.app.js"},
|
||||||
|
{"name":"fuzzyw.settings.js","url":"fuzzyw.settings.js"},
|
||||||
|
{"name":"fuzzyw.img","url":"fuzzyw.icon.js","evaluate":true}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue