diff --git a/config/astal/components/QuickActions/modules/Battery.tsx b/config/astal/components/QuickActions/modules/Battery.tsx
index 82af811..07ec15d 100644
--- a/config/astal/components/QuickActions/modules/Battery.tsx
+++ b/config/astal/components/QuickActions/modules/Battery.tsx
@@ -11,28 +11,27 @@ export const BatteryBox = () => {
-
-
- batteryEnergy(er),
- )}
- />
-
-
+ child={
+
+
+ batteryEnergy(er),
+ )}
+ />
+ ` ${Math.round(p * 100)}%`,
+ )}
+ />
+ !c)}
+ label={bind(battery, "timeToEmpty").as(t => `(${toTime(t)})`)}
+ />
+
+ }
+ >
);
};
diff --git a/config/astal/components/bar/bar.scss b/config/astal/components/bar/bar.scss
index 156653d..0e84599 100644
--- a/config/astal/components/bar/bar.scss
+++ b/config/astal/components/bar/bar.scss
@@ -59,4 +59,8 @@ window.Bar {
padding: 0;
}
}
+
+ .quick-view-symbol {
+ margin: 3px;
+ }
}
diff --git a/config/astal/util/brightness.ts b/config/astal/util/brightness.ts
index d3e2706..cf3db5d 100644
--- a/config/astal/util/brightness.ts
+++ b/config/astal/util/brightness.ts
@@ -20,7 +20,7 @@ export default class Brightness extends GObject.Object {
#kbd = get(`--device ${kbd} get`)
#screenMax = get("max")
#screen = get("get") / (get("max") || 1)
- #screenAvailable = false
+ #screenAvailable = true
@property(Boolean)
get screenAvailable() { return this.#screenAvailable }