feat: add command center launcher

This commit is contained in:
tux
2025-09-25 19:31:12 +05:30
parent 056afad5ac
commit 978f15c305
4 changed files with 25 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ export const Bar = (gdkmonitor: Gdk.Monitor) => {
>
<centerbox>
<box spacing={10} $type="start">
<Launcher />
<Launcher windowName="launcher" icon="nix-symbolic" />
<WorkspaceButton />
</box>
@@ -47,6 +47,7 @@ export const Bar = (gdkmonitor: Gdk.Monitor) => {
<Battery />
<Tray />
<Time />
<Launcher windowName="control-center" icon="fa-ghost-symbolic" />
</box>
</centerbox>
</window>