Skip to content

Commit

Permalink
Merge pull request #3715 from thinkpoop/master
Browse files Browse the repository at this point in the history
[weatherClock] Add yellow to error icon to show on dark theme
  • Loading branch information
bobrippling authored Jan 12, 2025
2 parents 1aa9b7a + 25c6d02 commit cf50699
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion apps/weatherClock/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
0.03: Minor layout extra spaces.
0.04: Layout now compatible with Bangle.js 2.
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.
2 changes: 1 addition & 1 deletion apps/weatherClock/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function getStorm() {
}
// err icon - https://icons8.com/icons/set/error
function getErr() {
return require("heatshrink").decompress(atob("mEwwkBiIA/AH4AZUAIWUiAXBWqgXXdIYuVGCgXBgICCIyYXCJCQTDC6QrEMCQSEJCQRFC6ApGJCCiDDQSpQFAYXEJBqNGJCA/EC4ZIOEwgXFJBgNEAhKlNAgxIKBgoXEJBjsLC5TsIeRycMBhRrMMBKzQEozjOBxAgHGww+IA6wfSH4hnIC47OMSJqlRIJAXCACIXaGoQARPwwuTAH4A/ABw"));
return require("heatshrink").decompress(atob("mEw4UA///A4PgAYQA/ABkFqALJitUBatVqoKIgILBoALIq2VBZEFrWlJBALLitq1JIIqoLBJBFV1WqBY5GBBYJIHBYOlrQLHIwRIIioLDJAxSBBYJUHIwILBJA4LKKQQLCJAsFBYpIEKQILDKgpGBBYZIFBYQACBYqZCAAZIDdgILGJASlDAAZUDIwQ7DJAgLLIwYLDJAbsBBYxICIwxUDKQ5UDBYIAIBZgvBABBTCBQ7xGAH4AC"));
}
function getDummy() {
return require("heatshrink").decompress(atob("gMBwMAwA"));
Expand Down
Binary file added apps/weatherClock/icons/icons8-error-48-yellow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion apps/weatherClock/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "weatherClock",
"name": "Weather Clock",
"shortName": "Weather Clock",
"version": "0.06",
"version": "0.07",
"description": "A clock which displays current weather conditions (requires Gadgetbridge and Weather apps).",
"icon": "app.png",
"dependencies": {"weather":"app"},
Expand Down

0 comments on commit cf50699

Please sign in to comment.