fix: really run battery updates

This commit is contained in:
2025-09-29 10:12:12 +02:00
parent 56c35ec7ec
commit 40ab13ab26

View File

@@ -11,6 +11,7 @@ class BatteryProvider:
self.bat_percent = 0.0 self.bat_percent = 0.0
self.bat_charging = None self.bat_charging = None
self._update()
GLib.timeout_add_seconds(1, self._update) GLib.timeout_add_seconds(1, self._update)
def _update(self): def _update(self):