We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eac455 commit c138ba0Copy full SHA for c138ba0
apps/smartbatt/clkinfo.js
@@ -3,7 +3,7 @@
3
var batt;
4
//updates values
5
6
-
+
7
function getHrsFormatted(hrsLeft){
8
9
var daysLeft = hrsLeft / 24;
@@ -16,7 +16,7 @@
16
return Math.round(hrsLeft)+"h";
17
}
18
19
20
//draws battery icon and fill bar
21
function drawBatt(){
22
batt =E.getBattery();
@@ -37,7 +37,7 @@
37
items: [
38
{ name : "BattStatus",
39
get : () => {
40
41
drawBatt();
42
var data=require("smartbatt").get();
43
0 commit comments