import { Box, CenterBox } from "astal/gtk3/widget"; import { Astal, Gtk } from "astal/gtk3"; import Gdk from "gi://Gdk?version=3.0"; import { Clock } from "../widget/bar/Clock"; import { Logo } from "../widget/bar/Logo"; import { CCToggle } from "../widget/bar/CCToggle"; //import { Tray } from "../widget/bar/Tray"; import { Workspaces } from "../widget/bar/Workspaces"; export function Bar(monitor: number = 0, width: (number|undefined) = undefined, height: (number|undefined) = undefined) { return ( {/**/} ) }