From ce0a4a92a9b9ae93644760f0effbb2fc2c0018c1 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Fri, 25 Apr 2025 15:56:34 -0300 Subject: [PATCH] :boom: ags(bar/special-workspaces): add spacing between special workspaces --- ags/widget/bar/SpecialWorkspaces.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ags/widget/bar/SpecialWorkspaces.ts b/ags/widget/bar/SpecialWorkspaces.ts index 8d2781d..1083651 100644 --- a/ags/widget/bar/SpecialWorkspaces.ts +++ b/ags/widget/bar/SpecialWorkspaces.ts @@ -9,6 +9,7 @@ export const SpecialWorkspaces: (() => Gtk.Widget) = () => new Widget.EventBox({ workspaces.filter(ws => ws.id < 0).sort((a, b) => a.id - b.id).length > 0), child: new Widget.Box({ className: "special-workspaces", + spacing: 4, children: bind(AstalHyprland.get_default(), "workspaces").as((workspaces) => workspaces.filter(ws => ws.id < 0).sort((a, b) => a.id - b.id).map((workspace) => new Widget.Button({