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 879fe84 commit 8868922Copy full SHA for 8868922
batterypower@joka42/files/batterypower@joka42/applet.js
@@ -69,6 +69,8 @@ BatteryPowerApplet.prototype = {
69
this.set_applet_label(value + unit_string);
70
break;
71
case "unknown":
72
+ case "not charging":
73
+ case "full":
74
this.set_applet_tooltip('Battery is fully charged. AC is plugged in.');
75
this.set_applet_label(charging_indicator);
76
0 commit comments