mirror of https://github.com/espruino/BangleApps
[weatherClock] Add yellow to error icon to show on dark theme
parent
1aa9b7af03
commit
25c6d02bc2
|
@ -3,4 +3,5 @@
|
||||||
0.03: Minor layout extra spaces.
|
0.03: Minor layout extra spaces.
|
||||||
0.04: Layout now compatible with Bangle.js 2.
|
0.04: Layout now compatible with Bangle.js 2.
|
||||||
0.05: Use weather condition code for icon selection.
|
0.05: Use weather condition code for icon selection.
|
||||||
0.06: WeatherClock icons now reflect weather conditions better. Add settings menu to hide elements and to use weather icons of Weather app. Images placed into functions for performance.
|
0.06: WeatherClock icons now reflect weather conditions better. Add settings menu to hide elements and to use weather icons of Weather app. Images placed into functions for performance.
|
||||||
|
0.07: Add yellow to error icon to show up on dark theme.
|
|
@ -26,7 +26,7 @@ function getStorm() {
|
||||||
}
|
}
|
||||||
// err icon - https://icons8.com/icons/set/error
|
// err icon - https://icons8.com/icons/set/error
|
||||||
function getErr() {
|
function getErr() {
|
||||||
return require("heatshrink").decompress(atob("mEwwkBiIA/AH4AZUAIWUiAXBWqgXXdIYuVGCgXBgICCIyYXCJCQTDC6QrEMCQSEJCQRFC6ApGJCCiDDQSpQFAYXEJBqNGJCA/EC4ZIOEwgXFJBgNEAhKlNAgxIKBgoXEJBjsLC5TsIeRycMBhRrMMBKzQEozjOBxAgHGww+IA6wfSH4hnIC47OMSJqlRIJAXCACIXaGoQARPwwuTAH4A/ABw"));
|
return require("heatshrink").decompress(atob("mEw4UA///A4PgAYQA/ABkFqALJitUBatVqoKIgILBoALIq2VBZEFrWlJBALLitq1JIIqoLBJBFV1WqBY5GBBYJIHBYOlrQLHIwRIIioLDJAxSBBYJUHIwILBJA4LKKQQLCJAsFBYpIEKQILDKgpGBBYZIFBYQACBYqZCAAZIDdgILGJASlDAAZUDIwQ7DJAgLLIwYLDJAbsBBYxICIwxUDKQ5UDBYIAIBZgvBABBTCBQ7xGAH4AC"));
|
||||||
}
|
}
|
||||||
function getDummy() {
|
function getDummy() {
|
||||||
return require("heatshrink").decompress(atob("gMBwMAwA"));
|
return require("heatshrink").decompress(atob("gMBwMAwA"));
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 572 B |
|
@ -2,7 +2,7 @@
|
||||||
"id": "weatherClock",
|
"id": "weatherClock",
|
||||||
"name": "Weather Clock",
|
"name": "Weather Clock",
|
||||||
"shortName": "Weather Clock",
|
"shortName": "Weather Clock",
|
||||||
"version": "0.06",
|
"version": "0.07",
|
||||||
"description": "A clock which displays current weather conditions (requires Gadgetbridge and Weather apps).",
|
"description": "A clock which displays current weather conditions (requires Gadgetbridge and Weather apps).",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"dependencies": {"weather":"app"},
|
"dependencies": {"weather":"app"},
|
||||||
|
|
Loading…
Reference in New Issue