diff --git a/config/astal/components/bar/modules/Hyprland.tsx b/config/astal/components/bar/modules/Hyprland.tsx
index 01ac80b..3e2179a 100644
--- a/config/astal/components/bar/modules/Hyprland.tsx
+++ b/config/astal/components/bar/modules/Hyprland.tsx
@@ -2,6 +2,7 @@ import AstalTray from "gi://AstalTray";
import { bind, GObject } from "astal";
import AstalHyprland from "gi://AstalHyprland";
import { Gtk } from "astal/gtk4";
+import Pango from "gi://Pango?version=1.0";
const hypr = AstalHyprland.get_default();
const SYNC = GObject.BindingFlags.SYNC_CREATE;
@@ -105,7 +106,10 @@ const ActiveWindow = () => {
focused.as(
client =>
client && (
-
+
),
)
}>
@@ -128,7 +132,7 @@ const WindowPopoverBox = () => {
}
- onClicked={() => client.focus()}
+ onClicked={() => client.focus()}
>
})
})}