import { App, Astal, Gtk, Gdk, Widget } from "astal/gtk3" import { Variable } from "astal" import { BoxProps, CenterBoxProps } from "astal/gtk3/widget" const { TOP, LEFT, RIGHT, BOTTOM } = Astal.WindowAnchor const { START, CENTER, END } = Gtk.Align const time = Variable("").poll(1000, "date") function VerticalCenterBox(props: CenterBoxProps) { return } function VerticalBox(props: BoxProps) { return } export default function Bar(gdkmonitor: Gdk.Monitor) { return }