feat: add audio-visualizer widget

This commit is contained in:
tux
2025-09-28 01:26:31 +05:30
parent 864f39fe8d
commit 0f3fb291ec
4 changed files with 57 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ import { Time } from "./time";
import { Tray } from "./tray";
import { WorkspaceButton } from "./workspace";
import { Bluetooth } from "./bluetooth";
import { Cava } from "./cava";
export const WINDOW_NAME = "bar";
@@ -32,7 +33,9 @@ export const Bar = (gdkmonitor: Gdk.Monitor) => {
</box>
<box spacing={10} $type="center">
<Cava />
<WorkspaceButton />
<Cava />
</box>
<box spacing={10} $type="end">