Widbata: battery level status using clocks colour theme
parent
bb81f98dc8
commit
ffc1b09264
16
apps.json
16
apps.json
|
|
@ -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"}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
|
||||||
Loading…
Reference in New Issue