diff --git a/config/astal/components/QuickActions/modules/Battery.tsx b/config/astal/components/QuickActions/modules/Battery.tsx
index 07ec15d..5670985 100644
--- a/config/astal/components/QuickActions/modules/Battery.tsx
+++ b/config/astal/components/QuickActions/modules/Battery.tsx
@@ -11,27 +11,26 @@ export const BatteryBox = () => {
-
- batteryEnergy(er),
- )}
- />
-
- }
- >
+ hexpand={false}
+ vexpand={false}
+ >
+
+ batteryEnergy(er),
+ )}
+ />
+ ` ${Math.round(p * 100)}%`,
+ )}
+ />
+ !c)}
+ label={bind(battery, "timeToEmpty").as(t => `(${toTime(t)})`)}
+ />
+
);
};