fix: battery run

This commit is contained in:
2025-09-29 09:19:09 +02:00
parent e3396be9af
commit 56c35ec7ec
2 changed files with 5 additions and 6 deletions

View File

@@ -84,7 +84,6 @@ class StatusBar(Window):
self.battery = None
if BATTERY["enable"]:
self.battery = Battery()
print(self.battery)
self.status_container = Box(
name="widgets-container",
spacing=4,