mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-10-10 12:51:54 +05:30
feat: add audio-visualizer widget
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user