Sun 14 Jul 14:21:47 CEST 2024
This commit is contained in:
parent
cad95215b8
commit
9b7265babf
|
@ -7,9 +7,6 @@ import { NotificationPopups } from "./notificationPopups.js"
|
|||
const battery = await Service.import('battery')
|
||||
const powerProfiles = await Service.import('powerprofiles')
|
||||
|
||||
// temperature-cmd = "bash -c 'sensors | grep Tctl | cut -c16-22'";
|
||||
// temperature-cmd = "bash -c 'sensors | grep Package | cut -c17-23'";
|
||||
|
||||
const batteryIndicator = Widget.Box({
|
||||
visible: battery.available,
|
||||
children: battery.available? [
|
||||
|
|
Loading…
Reference in New Issue