Widbata: battery level status using clocks colour theme

master
hughbarney 2021-12-05 11:46:47 +00:00
parent bb81f98dc8
commit ffc1b09264
2 changed files with 18 additions and 1 deletions

View File

@ -4675,5 +4675,21 @@
"data": [ "data": [
{"name":"pooqroman.json"} {"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"}
]
} }
] ]

View File

@ -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 Show the current battery level status in the top right using the clocks colour theme
* Works with Bangle 2 * Works with Bangle 2
* Simple design, no settings * Simple design, no settings
* 27 pixels wide * 27 pixels wide
* Uses current colour theme to match clock
![](screenshot_widbata_1.png) ![](screenshot_widbata_1.png)
![](screenshot_widbata_2.png) ![](screenshot_widbata_2.png)