import { App, Astal, Gtk, Gdk } from "astal/gtk4"; import { Variable } from "astal"; const time = Variable("").poll(1000, "date"); export default function Bar(gdkmonitor: Gdk.Monitor) { const { TOP, LEFT, RIGHT } = Astal.WindowAnchor; return ( ); }