From ffc1b0926491646c91c8e675742c3c5f0e295dc7 Mon Sep 17 00:00:00 2001 From: hughbarney Date: Sun, 5 Dec 2021 11:46:47 +0000 Subject: [PATCH] Widbata: battery level status using clocks colour theme --- apps.json | 16 ++++++++++++++++ apps/widbata/README.md | 3 ++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/apps.json b/apps.json index a312b90a3..f6bda645e 100644 --- a/apps.json +++ b/apps.json @@ -4675,5 +4675,21 @@ "data": [ {"name":"pooqroman.json"} ] + }, + { + "id": "widbata", + "name": "Battery Level Widget (Themed)", + "shortName":"Battery Theme", + "icon": "widbata.png", + "screenshots": [{"url":"screenshot_widbat_1.png"}], + "version":"0.01", + "type": "widget", + "supports": ["BANGLEJS2"], + "readme": "README.md", + "description": "Show the current battery level status in the top right using the clocks colour theme", + "tags": "widget,battery", + "storage": [ + {"name":"widbat.wid.js","url":"widbata.wid.js"} + ] } ] diff --git a/apps/widbata/README.md b/apps/widbata/README.md index 3f49f555b..1567df930 100644 --- a/apps/widbata/README.md +++ b/apps/widbata/README.md @@ -1,10 +1,11 @@ -# Battery Level Widget (Again) +# Battery Level Widget (Themed) Show the current battery level status in the top right using the clocks colour theme * Works with Bangle 2 * Simple design, no settings * 27 pixels wide +* Uses current colour theme to match clock ![](screenshot_widbata_1.png) ![](screenshot_widbata_2.png)