diff --git a/widgets/bar/workspace.tsx b/widgets/bar/workspace.tsx index c751c61..159ea23 100644 --- a/widgets/bar/workspace.tsx +++ b/widgets/bar/workspace.tsx @@ -1,4 +1,4 @@ -import { createBinding, createComputed } from "ags"; +import { createBinding, createComputed, With } from "ags"; import { Gdk, Gtk } from "ags/gtk4"; import AstalHyprland from "gi://AstalHyprland"; @@ -48,8 +48,10 @@ export const FocusedClient = () => { const focused = createBinding(hyprland, "focusedClient"); return ( - -