feat: add bluetooth widget

This commit is contained in:
tux
2025-09-27 21:02:53 +05:30
parent a24b448560
commit 7410ad016f
3 changed files with 19 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ import { Network } from "./network";
import { Time } from "./time";
import { Tray } from "./tray";
import { WorkspaceButton } from "./workspace";
import { Bluetooth } from "./bluetooth";
export const WINDOW_NAME = "bar";
@@ -35,6 +36,7 @@ export const Bar = (gdkmonitor: Gdk.Monitor) => {
</box>
<box spacing={10} $type="end">
<Bluetooth />
<Tray />
<Time />
<Launcher windowName="control-center" icon="fa-ghost-symbolic" />