uh
This commit is contained in:
parent
434793d354
commit
10e36bcce0
1 changed files with 2 additions and 0 deletions
|
@ -126,6 +126,8 @@ function BatteryLabel() {
|
||||||
// const icon = battery.bind("percent").as(p =>
|
// const icon = battery.bind("percent").as(p =>
|
||||||
// `battery-level-${Math.floor(p / 10) * 10}-symbolic`)
|
// `battery-level-${Math.floor(p / 10) * 10}-symbolic`)
|
||||||
|
|
||||||
|
console.log(value);
|
||||||
|
|
||||||
return Widget.Box({
|
return Widget.Box({
|
||||||
class_name: "battery",
|
class_name: "battery",
|
||||||
visible: battery.bind("available"),
|
visible: battery.bind("available"),
|
||||||
|
|
Loading…
Reference in a new issue